-
Notifications
You must be signed in to change notification settings - Fork 88
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
Modify the JsonEditorOptions to prevent type validation? #61
Labels
question
Further information is requested
Comments
What you mean? can u give one example? |
I see... I think that's an issue that it's related to the jsoneditor Maybe this docs can help you, like setting a schema to your editor https://github.com/josdejong/jsoneditor/blob/master/examples/07_json_schema_validation.html |
This might help you #63 (comment) |
Thank you. I will try it. |
cool.. if doesnt work u can reopen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a way to modify the JsonEditorOptions to prevent type validation? I would like the editor to treat the "value" only as string, is it possible? The editor interprets a string value that is starting by "0" as a number and prevent me from having a leading 0.
Thanks for your help and for the Editor! It's appreciated.
The text was updated successfully, but these errors were encountered: