Select
Last updated
Last updated
Name
Type
Description
data
array
Data structure like shown in the sample
label
string
The label to show about the select element
placeholder
string
Value to show when having no selection
value
string
key of selected element
onChange
function
returns the object selected { key, value }
*
boolean
set label style: bold
, info
, success
, warning
, error
disabled
boolean
disabled state
noMargin
boolean
removes the 10px margin top
offlineAware
boolean
disable if offline
isOffline
boolean
is currently offline if set offlineAware will toggle state to disabled