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

[EuiComboBox] Support for case sensitive labels #1997

Closed
snachiap opened this issue Jun 5, 2019 · 5 comments · Fixed by #6268
Closed

[EuiComboBox] Support for case sensitive labels #1997

snachiap opened this issue Jun 5, 2019 · 5 comments · Fixed by #6268

Comments

@snachiap
Copy link

snachiap commented Jun 5, 2019

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.

Screenshot 2019-06-05 at 10 48 45

Is there any other component which can be used instead?

@cchaos
Copy link
Contributor

cchaos commented Jun 5, 2019

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.

@thompsongl
Copy link
Contributor

#2199 relates to this. If EuiComboBox accepted a custom search/match function, you could define case sensitivity as you'd like.

@cchaos cchaos changed the title EuiComboBox - Support for case sensitive labels [EuiComboBox] Support for case sensitive labels Sep 20, 2020
@cchaos
Copy link
Contributor

cchaos commented Sep 20, 2020

Related bug in kibana: elastic/kibana#49450

@github-actions
Copy link

👋 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.

@Dosant
Copy link
Contributor

Dosant commented Sep 29, 2022

New related bug in Kibana: elastic/kibana#142064
@thompsongl, thanks for working on this 👍 #6268

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants