Dropdown props
Beside the Common properties, this element contains following:
Options
The options are the items that will be displayed in the dropdown. To specify the options, you need to separate the options with a new line.
Default value
This is the value that will be set when the component is mounted.
Placeholder
This is the text that will be displayed when no dropdown option is selected.
Disabled
This is a boolean that will disable the dropdown. It will be set to false by default.
Last updated