After input sets type= "number", can the prompt be turned off?

input after setting the type= "number" property, a error prompt appears after the mouse is hovered. I don"t need this prompt


replace with type= "text" number does not support decimal point


add an attribute title= "", there is a space in the middle, you try


add a step attribute to the input box of input=number, such as step=0.01, then the maximum number of decimal places is 2 places, 10.05 is no problem, 10.021 is a problem, if more than two will have this check problem.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7c37b8-26107.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7c37b8-26107.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?