OptionalariaLabel?: stringProvide an accessible name for screen readers. Use this when the dropdown has no visible label next to it — the selected option's text does not name the control itself.
Optionaldisabled?: booleanAvailable options that can be selected.
Optionalplaceholder?: stringThe placeholder text shown while no option is selected.
Optionalvalue?: ValueTypeThe controlled value of the dropdown. Should be used in conjunction with
onValueChange.
Component that displays a dropdown to select one of the given options, using the currently active HELIO theme.