Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui-core: make combobox filter optional #628

Merged
merged 2 commits into from
Oct 9, 2024

Conversation

SarahBellaha
Copy link
Contributor

This PR adds a new prop to the ComboBox component so that the default suggestion filter can be deactivated.
This modification is necessary in cases where suggestions need to be displayed in a specific non-alphabetical order.

Also closes #578

@SarahBellaha SarahBellaha requested a review from a team as a code owner October 9, 2024 09:42
@SarahBellaha SarahBellaha force-pushed the sba/core/make-combobox-filter-optional branch from 6dec111 to d3011ae Compare October 9, 2024 13:39
Copy link
Contributor

@clarani clarani left a comment

Choose a reason for hiding this comment

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

LGTM ✅

@SarahBellaha SarahBellaha added this pull request to the merge queue Oct 9, 2024
Merged via the queue into dev with commit 16a2060 Oct 9, 2024
6 checks passed
@SarahBellaha SarahBellaha deleted the sba/core/make-combobox-filter-optional branch October 9, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ComboBox: Clear button does not appear when a default value is pre-selected
2 participants