Skip to content

feat(create-task): replace Autocomplete with AutoCompleteField for assignees#3760

Merged
MuhammadKhalilzadeh merged 1 commit intodevelopfrom
feature/autocomplete-field-create-task
Apr 21, 2026
Merged

feat(create-task): replace Autocomplete with AutoCompleteField for assignees#3760
MuhammadKhalilzadeh merged 1 commit intodevelopfrom
feature/autocomplete-field-create-task

Conversation

@Innagl
Copy link
Copy Markdown
Contributor

@Innagl Innagl commented Apr 21, 2026

Describe your changes

Migrated the assignees field in Modals/CreateTask/index.tsx from the raw MUI Autocomplete component to the shared "AutoCompleteField" wrapper.

Write your issue number after "Fixes "

Fixes #3759

Please ensure all items are checked off before requesting a review:

  • I deployed the code locally.
  • I have performed a self-review of my code.
  • I have included the issue # in the PR.
  • I have labelled the PR correctly.
  • The issue I am working on is assigned to me.
  • I have avoided using hardcoded values to ensure scalability and maintain consistency across the application.
  • I have ensured that font sizes, color choices, and other UI elements are referenced from the theme.
  • My pull request is focused and addresses a single, specific feature.
  • If there are UI changes, I have attached a screenshot or video to this PR.
Screenshot 2026-04-21 at 10 57 42 AM

@Innagl Innagl added this to the 2.4 milestone Apr 21, 2026
@Innagl Innagl self-assigned this Apr 21, 2026
@Innagl Innagl added enhancement New feature or request frontend Frontend related tasks/issues labels Apr 21, 2026
Copy link
Copy Markdown
Collaborator

@MuhammadKhalilzadeh MuhammadKhalilzadeh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @Innagl
LGTM 👍🏻

@MuhammadKhalilzadeh MuhammadKhalilzadeh merged commit 5271f3f into develop Apr 21, 2026
3 of 4 checks passed
@MuhammadKhalilzadeh MuhammadKhalilzadeh deleted the feature/autocomplete-field-create-task branch April 21, 2026 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request frontend Frontend related tasks/issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create-task: replace Autocomplete with AutoCompleteField

2 participants