-
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
TSVB Keyboard Navigation #31585
Comments
Pinging @elastic/kibana-app |
I looked into the code and it looks like this isn't fixable easily. A combobox captures focus automatically if an option is selected, but if used as a single selection input field, there is always a selected item which means the focus is always captured. An alternative would be using Ping @cchaos |
The big problem I'm seeing consistently is the overuse of the Likely, the EuiComboBox may need to be generalized even more so it works in all use cases. I'd suggest creating an EUI issue for the keyboard issue you've found though. |
What issues are you referring to? Does it still make sense to add |
I would say it's better, I will open a PR for this. The focus issue is already addressed here elastic/eui#1576 and should be fixed soon. |
The fix regarding the focus issue got merged and is deployed in Kibana, closing this issue. |
Keyboard navigation doesn't work correctly in the forms of TSVB. The ComBoxes capture focus if you navigate the form by keyboard. Also arrow buttons don't work for selecting displayed options.
Related small UI issue - Comboxes display the current selection as a tab which makes it look like the user can add multiple values even though only one is possible (behaves like a select with text autocompletion). The aggregation selection looks correct (all should look like this IMHO).
Aggregation selection looks like you cant only select one value
Group by looks like multiple values are possible even though only one can be entered at a time
The text was updated successfully, but these errors were encountered: