0

how can i validate in all type of decimal number Like 1234.1234, 7654.9876543, 1.54, 23.532,23.43 etc in html5?

i write

<input type="number" step="0.01" required />
Susant
  • 87
  • 2
  • 9
  • 1
    Does this answer your question: http://stackoverflow.com/questions/19011861/is-there-a-float-input-type-in-html5 – Asons Apr 16 '17 at 19:26
  • 3
    Possible duplicate of [Is there a float input type in HTML(5)?](http://stackoverflow.com/questions/19011861/is-there-a-float-input-type-in-html5) – Mark Apr 16 '17 at 20:34
  • Thanks for that example – Susant Apr 16 '17 at 22:09

0 Answers0