Skip to content

feat(new-vendor): replace Autocomplete with AutoCompleteField for assignees#3763

Merged
MuhammadKhalilzadeh merged 1 commit intodevelopfrom
feature/autocomplete-field-new-vendor
Apr 21, 2026
Merged

feat(new-vendor): replace Autocomplete with AutoCompleteField for assignees#3763
MuhammadKhalilzadeh merged 1 commit intodevelopfrom
feature/autocomplete-field-new-vendor

Conversation

@Innagl
Copy link
Copy Markdown
Contributor

@Innagl Innagl commented Apr 21, 2026

Describe your changes

Migrated the use cases field in Modals/NewVendor/index.tsx from the raw MUI Autocomplete component to the shared "AutoCompleteField" wrapper.

Write your issue number after "Fixes "

Fixes #3762

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 11 42 53 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

@MuhammadKhalilzadeh MuhammadKhalilzadeh merged commit 0eca6bc into develop Apr 21, 2026
3 of 4 checks passed
@MuhammadKhalilzadeh MuhammadKhalilzadeh deleted the feature/autocomplete-field-new-vendor branch April 21, 2026 19:30
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-vendor: replace Autocomplete with AutoCompleteField

2 participants