Skip to content

Commit

Permalink
docs(number-field): fix grammar at step-any (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
Theeraphat-Sorasetsakul authored Oct 10, 2022
1 parent 6df4d0e commit 6a169b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documents/src/pages/elements/number-field.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ document.getElementById('mm').value = '-15';
```

## Set input step
The step attribute specifies the interval between valid numbers. For instance, when `step="2"`, valid values Would only be even numbers e.g. 2,4,6,8... Alternatively, specify the `step="any"` to allow any value.
The step attribute specifies the interval between valid numbers. For instance, when `step="2"`, valid values would only be even numbers e.g. 2,4,6,8... Alternatively, specify the `step="any"` to allow any value.

::
```javascript
Expand Down

0 comments on commit 6a169b0

Please sign in to comment.