josdejong/jsoneditor

Autocompletion based on dynamic schema doesn't work

Open

#1,579 opened on Mar 4, 2024

 (4 comments) (0 reactions) (0 assignees)JavaScript (2,078 forks)batch import
bughelp wanted

Repository metrics

Stars
 (12,263 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide