You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! First of all, thanks for this library, it really helps me building a JSON editor with a custom json format and conveniently validate it. Unfortunately, I ran into an issue where JSON Schema's tree structure fails on getting autocomplete when I define it as a tree. For instance, I have a json structure like below:
Hi there! First of all, thanks for this library, it really helps me building a JSON editor with a custom json format and conveniently validate it. Unfortunately, I ran into an issue where JSON Schema's tree structure fails on getting autocomplete when I define it as a tree. For instance, I have a json structure like below:
But I only get children to be autocompleted for the first and second level of nesting. The third level stops working for me (no autocomplete):
Maybe the issue is somehow related to work with arrays in general. The schema below also fails on getting autocomplete for "props" field:
Result (no autocomplete):
Here is my React component:
I'm using: node v18.7.0, "codemirror-json-schema": "^0.7.8", "@codemirror/lang-json": "^6.0.1", "@uiw/react-codemirror": "^4.22.1".
The text was updated successfully, but these errors were encountered: