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
There should be a facility to change the value of a field (suppose we have an array and in that array we want to change the value of a specific field for all record)
The text was updated successfully, but these errors were encountered:
I suppose you mean changing the field programmatically?
The editor currently does only support replacing the whole JSON object. You could use that to replace one nested property value though it's not ideal. For the upcoming v6 we're working on support for JSON Patch which makes it easy to programmatically change the JSON without losing the state of the editor, see #337.
There should be a facility to change the value of a field (suppose we have an array and in that array we want to change the value of a specific field for all record)
The text was updated successfully, but these errors were encountered: