-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Autocompletion based on dynamic schema doesn't work #1579
Comments
Auto-completion based on a JSON schema is not built-in. Have you tried https://github.com/josdejong/jsoneditor/blob/develop/examples/26_autocomplete_by_schema.html ? |
Yes, i tried it. But my case is a little different.
Example:
|
Auto-completion is built in sorry for the confusion, I was mistaken. I see what you mean. You're right, when updating the schema later, validation is correctly using the the update schema, but the auto completion isn't. @meirotstein do you have an idea where this issue can originate? I validated that the method |
@josdejong I will try to look into it soon |
Hello!
I would like define suggestions depends on user input. In onChange function i edit schema and call JSONEditor.setSchema to set new schema. Validation works correct, but autocompletion doesn't work.
I use Chrome 122.0.6261.95.
The text was updated successfully, but these errors were encountered: