-
Notifications
You must be signed in to change notification settings - Fork 843
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
[EuiComboBox] Support for case sensitive labels #1997
Comments
Yes you are right. Currently the EuiComboBox normalizes each option's label to make searching easier since case-insensitivity is the most-likely scenario. We will keep this ticket open as a feature request to add case sensitivity. However, there is no other component except for EuiSelectable that does list searching and EuiSelectable uses the same normalizing function. |
#2199 relates to this. If |
Related bug in kibana: elastic/kibana#49450 |
👋 Hey there. This issue hasn't had any activity for 180 days. We'll automatically close it if that trend continues for another week. If you feel this issue is still valid and needs attention please let us know with a comment. |
New related bug in Kibana: elastic/kibana#142064 |
How to make it possible to have case sensitive labels in EUI Combo box. for our use case, we need to have a combo box where users can search case sensitively and currently combo box does not accepts labels with different case as shown in the picture.
Is there any other component which can be used instead?
The text was updated successfully, but these errors were encountered: