Skip to content
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

feature #464

Closed
kumarvijay95 opened this issue Sep 15, 2017 · 2 comments
Closed

feature #464

kumarvijay95 opened this issue Sep 15, 2017 · 2 comments

Comments

@kumarvijay95
Copy link

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)

@josdejong
Copy link
Owner

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.

@josdejong
Copy link
Owner

I will close this issue now - without any more feedback I guess it will be covered in v6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants