Skip to content

feat(new-dataset): replace Autocomplete with AutoCompleteField for models and projects#3765

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

feat(new-dataset): replace Autocomplete with AutoCompleteField for models and projects#3765
MuhammadKhalilzadeh merged 1 commit intodevelopfrom
feature/autocomplete-field-new-dataset

Conversation

@Innagl
Copy link
Copy Markdown
Contributor

@Innagl Innagl commented Apr 21, 2026

Describe your changes

Migrated the "Used in models" and "Used in use cases" fields in Modals/NewDataset/index.tsx from the raw MUI "Autocomplete" component to the shared "AutoCompleteField" wrapper.

Write your issue number after "Fixes "

Fixes #3764

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 12 23 25 PM

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

2 participants