You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original install method (e.g. download page, yum, from source, etc.):
Describe the bug:
When we use the value as 'true' or 'false' inside the options array in the filters array to pass to the EuiSearchBar, the select icon as well as the icon that shows the number of selections on the right side of the drop-down label, doesn't appear on the first click, only on the second click.
When you use a different string other than 'true' or 'false', it works.
In my tests, I set 3 options, 'true', 'false', and 'unknown'. See below that only the unknown works on first click.
When I replace the 'true' and 'false' values for any other string, it works.
Steps to reproduce:
Configure the filters array having the 'true' and 'false' values. Example:
Expected behavior:
The expectation is to have this component working with 'true' and 'false' on the first click, the same way it works for other strings.
Screenshots (if relevant):
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context:
IMPORTANT: The issue described above doesn't happen when you use the multiselect prop as "or" for example, even using 'true' or 'false' as values, it only happens for multiselect equals to false.
Unless you can provide a working reproducible CodeSandbox of this behavior on latest EUI, we'll mark this as an issue to resolve by upgrading either EUI or Kibana.
Kibana version: 8.15.0
Elasticsearch version: 8.15.0
Server OS version:
Browser version:
Browser OS version:
Original install method (e.g. download page, yum, from source, etc.):
Describe the bug:
When we use the value as 'true' or 'false' inside the options array in the filters array to pass to the EuiSearchBar, the select icon as well as the icon that shows the number of selections on the right side of the drop-down label, doesn't appear on the first click, only on the second click.
When you use a different string other than 'true' or 'false', it works.
In my tests, I set 3 options, 'true', 'false', and 'unknown'. See below that only the unknown works on first click.
When I replace the 'true' and 'false' values for any other string, it works.
Steps to reproduce:
Expected behavior:
The expectation is to have this component working with 'true' and 'false' on the first click, the same way it works for other strings.
Screenshots (if relevant):
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context:
IMPORTANT: The issue described above doesn't happen when you use the multiselect prop as "or" for example, even using 'true' or 'false' as values, it only happens for multiselect equals to false.
Cloned from: elastic/kibana#195991
The text was updated successfully, but these errors were encountered: