Select
Last updated
Was this helpful?
Last updated
Was this helpful?
Supports responsive values
Displays a select box, also known as a dropdown menu. A select box can be responsive or non-responsive and has two or more items to choose from.
title
string
id
string
format
string
visible
string
enabled
string
responsive
boolean
select
object
default
string
Value of the default item to be selected
items
array
title
string
The item title to be displayed in the dropdown
value
string
The value to be returned
The returned value is dependent on the responsive setting and either returns a string of tailwind classes or the raw value.
true
string of tailwind classes
false
raw string value
Below is an example of a typical responsive dropdown that returns one or more tailwind text transform classes, one for each device breakpoint.
See for more information
See for more information
See for more information
See for more information
See for more information
See for more information, default: true
See below
See below