jdorn / json-editor

JSON Schema Based Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing validation by type

vrockai opened this issue · comments

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.