compose-multiplatform-html-unified
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
compose-multiplatform-html-unified
compose-multiplatform-html-unified-material3
/
com.huanshankeji.compose.material3.ext
/
ExposedDropdownMenuBoxTextFieldArgs
/
ExposedDropdownMenuBoxTextFieldArgs
Exposed
Dropdown
Menu
Box
Text
Field
Args
constructor
(
value
:
String
,
onValueChange
:
(
String
)
->
Unit
=
{}
,
enabled
:
Boolean
=
true
,
readOnly
:
Boolean
=
true
,
singleLine
:
Boolean
=
true
,
label
:
String
,
supportingText
:
String
?
=
null
,
isError
:
Boolean
=
false
)
(
source
)