compose-html-material
Toggle table of contents
js
Target filter
js
Switch theme
Search in API
Skip to content
compose-html-material
compose-html-material3
/
com.huanshankeji.compose.html.material3
/
MdOutlinedSelect
Md
Outlined
Select
@
Composable
fun
MdOutlinedSelect
(
quick
:
Boolean
?
=
null
,
required
:
Boolean
?
=
null
,
errorText
:
String
?
=
null
,
label
:
String
?
=
null
,
noAsterisk
:
Boolean
?
=
null
,
supportingText
:
String
?
=
null
,
error
:
Boolean
?
=
null
,
menuPositioning
:
SelectMenuPositioning
?
=
null
,
clampMenuWidth
:
Boolean
?
=
null
,
typeaheadDelay
:
Number
?
=
null
,
hasLeadingIcon
:
Boolean
?
=
null
,
displayText
:
String
?
=
null
,
menuAlign
:
SelectMenuAlign
?
=
null
,
value
:
String
?
=
null
,
selectedIndex
:
Int
?
=
null
,
disabled
:
Boolean
?
=
null
,
attrs
:
AttrBuilderContext
<
MdOutlinedSelectElement
>
?
=
null
,
content
:
@
Composable
MdSelectScope
.
(
)
->
Unit
?
=
null
)
(
source
)