jdorn / json-editor

JSON Schema Based Editor
MIT License
5.81k stars 1.08k forks source link

Missing validation by type #820

Closed vrockai closed 6 years ago

vrockai commented 6 years ago

In the demo: https://json-editor.github.io/json-editor/

If I type "30r" into the age input and press enter, the value is automatically converted to "30" instead of showing me the error about not having integer in the input.