Answers for "how to make input type number accept decimal"

5

input decimal html

<input type="number" class="form-control" required name="balance" min="0" value="0" step="any"/>
Posted by: Guest on September-09-2021

Code answers related to "how to make input type number accept decimal"

Browse Popular Code Answers by Language