Allow only valid inputs for "number" input, using "validity.valid" and improve user friendliness
What is "validity.valid"?
validity.valid is an inherent property of html5 form input element.
It is assigned a Realtime boolean value based on the content in input field.
How does it determine if its valid ?
it uses ValidityState inbuilt WebAPI and c...
vishnu-aithal.hashnode.dev4 min read