Working on a jQuery Mobile form with an input for entering dollar amounts. <input type="number" name="amount"/> pops up the numeric entry on devices and restricts to number only. But when I enter a decimal amount and attempt to submit the form, it focuses on the amount field and says “Invalid Value.”
How do I keep the theme and data type while allowing digits?
Many thanks
Try adding the step attribute:
Example: