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 have a select options and need to show a default value like arial in HTML: Below is the code in js:
{ key: "labelling.fontFamily", type: "select", titleMap: [ {value: "arial", name: "Arial"}, {value: "courier new", name: "Courier New"}, {value: "verdana", name: "Verdana"} ], default: "arial" },
I have a select options and need to show a default value like arial in HTML: Below is the code in js:
{ key: "labelling.fontFamily", type: "select", titleMap: [ {value: "arial", name: "Arial"}, {value: "courier new", name: "Courier New"}, {value: "verdana", name: "Verdana"} ], default: "arial" },
@Anthropic
The text was updated successfully, but these errors were encountered: