-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
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
Number widget #4068
Comments
How would this be different from a text widget? Would we possibly have issues here with the ui options conflicting with the schema validation? Open to this just want to understand the use-case and implications better. |
@dafeder : it would provide a number widget, that has some numerical validation and the "stepper". I consider this an UI improvement if you want to collect numerical input. |
There really should be a spec for the UI schema both for validation and documentation purposes, it's a longtime todo. But yeah for now I see the value of this. |
@stefan-korn I did another review of your PR on this, interested in your response and whether you have some capacity to work more on this. |
User Story
Would be nice to have a number widget available for specific schema properties.
Proposal:
step, min and max are optional.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: