jsonform / jsonform

Build forms from JSON Schema. Easily template-able. Compatible with Bootstrap 3 out of the box.
https://jsonform.github.io/jsonform/playground/index.html
MIT License
2.76k stars 555 forks source link

Add support for number text inputs' maximum and minumum attributes #443

Closed aThorp96 closed 8 months ago

aThorp96 commented 9 months ago

Add support for json-schema number's maximum and minimum fields, mapping them to the text-input's max and min tags respectively.

These fields are already enforced by schema validation, but the input fields allowing you to input out-of-bounds numbers can be confusing, and validation errors are not differentiated from description fields if you don't have separate CSS for help-block and jsonform-errortext.