josdejong/jsoneditor

Autocompletion based on dynamic schema doesn't work

Open

#1.579 geöffnet am 4. März 2024

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (10.781 Stars) (2.034 Forks)batch import
bughelp wanted

Beschreibung

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