Dropdown

Configurable properties

bindingPropertyName

string - the property name from defaultState with which to connect to.

mandatory

labelName

string - the text to display above the dropdown as a title

options

array - An array of objects containing an option and text property

{
    "option": "url",
    "text": "Website address"
}

option - is the value which will be put in state when the option is selected in the dropdown

text - is the text to display in the dropdown

Last updated

Was this helpful?