Select

Inputs for selecting from a menu of items
The select component represents a control that provides a menu of options. For available options you can pass in an array of strings or an array of SelectItem objects. SelectItem objects enable using different value for displaying the select options and different values to be returned as selected, so for example you can avoid mapping between `name` and `id`. Check out the forms info page in the sidebar for more info regarding the various form components.
Inputs
control : FormControl<T>
disabled : boolean
id : string
options : readonly ((T extends string ? string : never) | SelectItem<T> | SelectGroups<T>)[]
borderless ?: boolean = false
flagStartCountryCode ?: string
imageStart ?: PictureImage
Image to put in the left side of the select component
label ?: string
placeholder ?: string
size ?: SelectSize = SelectSize.MID
textColor ?: SelectTextColor = 'foreground'
transparentBackground ?: boolean = false
Outputs
onBlur ?: any = new EventEmitter<void>()
onFocus ?: any = new EventEmitter<void>()
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.