Dropdown Options Object
Field
Type
Description
Example
{
"name": "Which service you are interested in?",
"hintText": "Select one value",
"description": "Select interested service",
"placeholderText": "Select your choice"
"optionsList": [
{
"label": "Microsoft Office 365",
"value": "MsOffice365"
},
{
"label": "Dynamics 365",
"value": "Dynam365"
},
{
"label": "Windows 11"
"value": "Win11x64"
}
],
"defaultValue": "Dynam365"
}Last updated
Was this helpful?