-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
feat: add custom value on dropown ui #2961
Conversation
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request does not satisfy any enabled whitelist criteria. Pull request will be validated. Validation Report
Result Pull request satisfies all enabled pull request rules. Last Modified at 25 Jul 24 19:13 UTC |
This pull request is automatically being deployed by Amplify Hosting (learn more). |
* Added fuzzy search and custom value on search on Dropdown Component * added allowCustom prop to allow custom values on dropdownComponent * changed type of allowCustom * added custom to custom field on dropdown * Fixed empty search not showing all of the options * Added Text on the left of the label (cherry picked from commit 6a482f3)
This pull request adds fuzzy search functionality and a custom value option to the Dropdown Component. The fuzzy search allows users to easily find options by typing a partial or misspelled value. The custom value option allows users to enter a value that is not present in the predefined options. These enhancements improve the usability and flexibility of the Dropdown Component.