← Back to Dashboard
Single Select Dropdown
Selected: {{ getOptionLabel(selectedSingle) }}
Multiple Select Dropdown
Selected: {{ getSelectedLabels(selectedMultiple).join(', ') }}
Dropdown with Icon
Selected: {{ getOptionLabel(selectedWithIcon) }}
Dropdown with Large Icon
Selected: {{ getOptionLabel(selectedWithLargeIcon) }}
Custom Styled Dropdown
Selected: {{ getOptionLabel(selectedCustom) }}
Disabled Dropdown
Dropdown with Disabled Options
Selected: {{ getOptionLabel(selectedWithDisabled) }}
Dropdown with Readonly (Purple is selected)
Selected: {{ getOptionLabel(selectedReadonly) }}