-
Notifications
You must be signed in to change notification settings - Fork 194
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
Combobox search attribute and its values #931
Comments
There hasn't been any discussion on this issue for a while, so we're marking it as stale. If you choose to kick off the discussion again, we'll remove the 'stale' label. |
A feature that should be considered is highlighting the matching text pattern, like illustrated with Material UI: https://mui.com/material-ui/react-autocomplete/#highlights The easiest way to achieve this would be through rendering a This would eliminate the need for a 3rd party dependency (or just additional JS code) in many cases, as highlighting the matching pattern is a commonly desired functionality, especially in the case of |
Issue marked as stale but let me add my comment
|
This issue aims to gather feedback on the naming and functionality of the
search
attribute oncombobox
element and its associated values (pattern
,startswith
,includes
).The text was updated successfully, but these errors were encountered: