Cross-Browser Number Input
Cross-Browser Number Input
Number input is the form field type for numbers.
Browser Support
This feature is already supported by a few major browsers including Chrome, Safari and Opera.
Code Example
You can use Number input like this:
<input type="number" name="points" min="0" max="100" step="10" value="30">
More Information
More information can be found here.