I have multiples <input type="number"/>
in rows with numeric inputmode and i want to know if its possible disable going to the next input when pressing enter.
When I'm on the first input the keyboard says 'Next' until appears 'Go' on the last input in my Android Keyboard. I want to appear 'Go' or hide the keyboard no matter if its on the first or last input of the rows when pressing enter.
Already tried with keyup/down and blur() but didn't work.
It's this possible to do?
Via Active questions tagged javascript - Stack Overflow https://ift.tt/2FdjaAW
Comments
Post a Comment