I am developing a typing test that uses a key listener to update a React component. I do not use an input HTML tag so a mobile keyboard does not automatically show.
To improve the access for mobile users I am planning to add a selectable input box stylised as active or inactive but adds no text upon typing as this is handled by the compoennet, but this is messy. Is there a better solution?
I am using React if this matters.
2.1m questions
2.1m answers
60 comments
57.0k users