vitonsky / react-elegant-ui

Elegant UI components, made by BEM best practices for react
https://vitonsky.github.io/react-elegant-ui/
Apache License 2.0
2 stars 0 forks source link

Implement navigation by en key codes for menu #251

Open vitonsky opened 1 year ago

vitonsky commented 1 year ago

Implement option for useInlineKeyboardSearch to search by english chars, maybe as alternative way, not primary.

It would useful to find values independent of current keyboard layout.

We have to use event.code value, remove prefix Key and add to chars array.