Dropdown

Configurable properties

chevron-rightbindingPropertyNamehashtag

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

mandatory

chevron-rightlabelNamehashtag

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

chevron-rightoptionshashtag

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?