There is a pop-up prompt when the input box is input such as an error value.


A pop-up box pops up when the condition is not met

Mar.10,2021

<input type="number" min="0.00" max="10000.00" step="0.01" />

this can't go wrong, because you can't enter it if it doesn't meet the requirements. (of course, this depends on the fact that html5, is not supported by all browsers)


onkeyup events, etc., can be judged by js

Menu