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

java - Incorrect order of records in M-M relationship in hibernate -

ruby - Net::HTTP extremely slow responses for HTTPS requests -

c++ - Boost Spirit Parser with a vector of three strings compiling into a struct, adapt not working -