contiamo / operational-ui

Building blocks for effective operational interfaces
https://operational-ui.netlify.com
MIT License
259 stars 47 forks source link

Input's clear button is not keyboard accessible #1332

Closed stereobooster closed 3 years ago

stereobooster commented 4 years ago
Screenshot 2020-05-07 at 14 26 38

We can focus it, but it doesn't respond to Space or Enter.

I also wonder do we need it to be focusable in first place - imagine keyboard user - to clear they can do following:

So what the sense of having clear button focusable, if it the same number of keystrokes.

And after clicking clear button it disappears and kind of hides where focus is (but Shift + Tab will bring it to input).