grommet / grommet

a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package
https://grommet.io
Apache License 2.0
8.32k stars 1.02k forks source link

Enhance RangeInput for keyboard entry #4945

Open ericsoderberghp opened 3 years ago

ericsoderberghp commented 3 years ago

It could be interesting to explore allowing numeric keyboard input when the RangeInput has focus. Some initial thoughts:

joaoGabriel55 commented 3 years ago

It would be a nice enhancement.

joaoGabriel55 commented 3 years ago

I am working on this

ericsoderberghp commented 2 years ago

I think this needs some design work first, around where the input is placed and how accessibility works. Then, implementation can follow.