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
I want to update the value of the select in the code, but the setValue () function is invalid.
image: {
type: "string",
format:"select",
propertyOrder: 110,
enum:['aaa'],
// default: "",
options: {
grid_columns: 4,
},
description: "URL pointing to the Docker image for all tasks in the job",
},
editor.setValue({image: "bbb"});
Could you tell me the correct way to use it? Thank you!
The text was updated successfully, but these errors were encountered:
btsimonh
pushed a commit
to btsimonh/json-editor
that referenced
this issue
May 26, 2021
I want to update the value of the select in the code, but the setValue () function is invalid.
Could you tell me the correct way to use it? Thank you!
The text was updated successfully, but these errors were encountered: