Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
form
/
com.michaelflisar.toolbox.form.fields
/
rememberFormFieldDropdown
remember
Form
Field
Dropdown
@
Composable
fun
rememberFormFieldDropdown
(
label
:
String
,
selected
:
Int
,
items
:
List
<
String
>
,
isValid
:
(
value
:
Int
)
->
String
=
{ "" }
)
:
FormFieldDropdown