We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The number field type should support min and max props, passed directly to the input.
number
min
max
const example = { "type": "number", "min": 0, "max": 10 }
The text was updated successfully, but these errors were encountered:
4932a6e
Available in 0.14.0-canary.4932a6e. Thanks @jperasmus!
0.14.0-canary.4932a6e
Sorry, something went wrong.
Pleasure
No branches or pull requests
The
number
field type should supportmin
andmax
props, passed directly to the input.Example
The text was updated successfully, but these errors were encountered: