Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Form.js] Add support for step to NumericElement (#8413)
This adds support for the "step" attribute to the NumericElement wrapper. The step is a string type (rather than an integer) so that step="any" is supported for decimals (as per the <input type="number" /> spec.)
- Loading branch information