Answers for "Html accept only numbers with decimals upto 2"

16

input type that allows float number

<input type="number" step="0.01">
Posted by: Guest on June-20-2020

Code answers related to "Html accept only numbers with decimals upto 2"

Browse Popular Code Answers by Language