-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Unable to add multiple filters with different case variations of the same string #49450
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
The overlapping text is because EUI combo box does not allow duplicate labels. https://elastic.github.io/eui/#/forms/combo-box Looks like EuiComboBox lower cases the labels so different casings for the same string is causing duplicate labels. |
Pinging @elastic/kibana-app-arch (Team:AppArch) |
Reproduced on master. @elastic/kibana-design is it possible to add an option to make the ComboBox component case sensitive? i.e. to allow adding "Closed" and "CLOSED" as two separate items? If not, we'd have to hack it ;-) |
@lizozom There isn't currently, but you can open an issue in the EUI repo. |
@cchaos done elastic/eui#3718 |
Closing this issue, duplicate of EUI issue @cchaos attached. |
Kibana version: 7.4
Elasticsearch version: 7.4
Browser version: Chrome
Original install method (e.g. download page, yum, from source, etc.): Cloud instance
Describe the bug:
When you have a field that has values that are the same string in different case, user is not able to create "is one of" filter to include all these values.
Steps to reproduce:
Expected behavior:
User should be able to add both "closed" and "CLOSED" to the filter
Same issue exists on the Dashboard.
The text was updated successfully, but these errors were encountered: