Skip to content

How to show default value in type select titleMAP #1003

@agishk

Description

@agishk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions