String Select Builder
Functions
Link copied to clipboard
inline fun StringSelectBuilder.option(label: String, value: String, builder: SelectOptionBuilder.() -> Unit = {})
Properties
Link copied to clipboard
The range of values that can be accepted. Accepts any range between 0,25. Defaults to 1..1.
Link copied to clipboard
The choices in the select, max 25.
Link copied to clipboard
The choices in the select, max 25.
Link copied to clipboard
Custom placeholder if no value is selected, max 150 characters.