✨ feat(job type field): crate and edit job type list#254
Merged
lwinmoepaing merged 2 commits intomyanmar-software-engineers:mainfrom Mar 21, 2026
Merged
Conversation
lwinmoepaing
approved these changes
Mar 21, 2026
Member
lwinmoepaing
left a comment
There was a problem hiding this comment.
LGTM 💯 Looks good to me. Nice work!
c0f58a0
into
myanmar-software-engineers:main
2 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: Replace Job Type free-text input with smart combobox dropdown
🎯 Summary
Replaced the plain text input for Job Type field on job write/edit forms with
a reusable
JobTypeSelectcomponent. The new component provides predefinedjob type options as helpful suggestions while allowing users to enter
completely custom values.
📋 What Changed
Files Modified
src/components/Ui/JobTypeSelect/JobTypeSelect.tsx- Reusablesmart combobox component
src/app/jobs/write/JobWriteClient.tsx- Uses new JobTypeSelect componentsrc/app/jobs/edit/JobEditClient.tsx- Uses new JobTypeSelect componentmessages/en.json- AddedtagOptions.*translation keysmessages/mm.json- Added Myanmar translationsFeatures
✅ Editable input - Users can type any custom job type
✅ Smart suggestions - Dropdown shows filtered predefined options
✅ Beautiful UI - Styled with backdrop-blur, gradient dividers, smooth
animations
✅ Reusable - Single component used in both write & edit forms
✅ Accessible - Click outside to close, keyboard support
✅ Fully localized - English & Myanmar language support
Predefined Job Types
🎮 How It Works
User Flow
Edit Existing Job
✅ Testing Checklist
Job Write Form (
/jobs/write)Job Edit Form (
/jobs/edit?id=<jobId>)Localization
Work of validation
job-type-compressed.mp4