input
after setting the type= "number"
property, a error
prompt appears after the mouse is hovered. I don"t need this prompt
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.
Previous: Data Table Design of like system
Next: How does php fwrite write multiple variables at the same time?