I want to set the html input[number] to allow only integer input (not float).
Basically, the html input
Use pattern property:
please see the demo : https://jsfiddle.net/JBalu/vfbgrd5n/
may help.