koumoul-dev / vuetify-jsonschema-form

Create beautiful and low-effort forms that output valid data. Published on npm as @koumoul/vjsf.
https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/
MIT License
538 stars 154 forks source link

number validation #349

Open kobbejager opened 2 years ago

kobbejager commented 2 years ago

When filling in a random text in a number field (without additional restraints such as minimum), validation does not complain. There should be a isNaN() or Number() check in my opinion.