Is it Possible to set max and min attribute value to 0 in html? -


is possible set max , min attribute value 0 in html? , not fire validation message on mvc asp.net. example.....

<input type="number" min="0" max="0" /> 

if there solution give response please.

a basic example here yes can set max min numbers, on clicking stepper works fine. if user manually enter values html fails there. accepts characters also. need check java script.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -