react-tageditor
react-tageditor copied to clipboard
Delimiter keyCode for next button on android keyboard
The next button on android keyboard hasn't any keyCode or charCode and keyCode "13" dosen't work for this button. How should I handle it ?
Hi @sirramin Could you try keyCode with "9"? I suppose the next may work as "tab" on laptop.
I try and it didn't work. Actually I log next button charCode but it returns null.