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
When using the JSON Edit button to manually change the JSON value for an object, fields in that object that are presented with a dropdown (e.g. boolean fields, enumerated fields) are not immediately updated after clicking the Save button. In those cases, calling editor.getValue() yields the old value. Pull request #752 fixes this issue.
The text was updated successfully, but these errors were encountered:
When using the JSON Edit button to manually change the JSON value for an object, fields in that object that are presented with a dropdown (e.g. boolean fields, enumerated fields) are not immediately updated after clicking the Save button. In those cases, calling
editor.getValue()
yields the old value. Pull request #752 fixes this issue.The text was updated successfully, but these errors were encountered: