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

The custom field values do not match what is displayed in the editor #1141

Open
liu-y-d opened this issue Oct 25, 2024 · 0 comments
Open

The custom field values do not match what is displayed in the editor #1141

liu-y-d opened this issue Oct 25, 2024 · 0 comments

Comments

@liu-y-d
Copy link

liu-y-d commented Oct 25, 2024

Hello
I am trying to parse JSON using the QuickType way and implement some automated functions. Currently, I am encountering an issue related to Field instances. I attempted to modify the value of a certain property within a FieldInstance using the setValue method and then rewrite it back to the JSON file. However, after reloading the project, I found that the value in the editor had not changed. Upon reviewing the relevant documentation, I discovered that __value is a redundant field, and realEditorValues is actually the value used by the editor. However, the documentation states that there is no need to pay attention to the realEditorValues field. So, is there any other way to achieve this functionality?
image

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

1 participant