Hello Guys
After upgrade to the newest version, there is a problem to use enter key (return) on numpad in search key. It's possible only to search with the other enter.
I don't know is it a bug.
I can see in the code that you choose to use name "Enter" in code (e.code === 'Enter') instead of code 13. Code 13 is for both enters, if you want to use names, you have to use Enter and NumpadEnter.
It would be great if you could restore possibility to search with enter on numpad
After upgrade to the newest version, there is a problem to use enter key (return) on numpad in search key. It's possible only to search with the other enter.
I don't know is it a bug.
I can see in the code that you choose to use name "Enter" in code (e.code === 'Enter') instead of code 13. Code 13 is for both enters, if you want to use names, you have to use Enter and NumpadEnter.
It would be great if you could restore possibility to search with enter on numpad
Comment