MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
testapp
/
org.multipaz.testapp.ui
/
ComboBox
Combo
Box
@
Composable
fun
<
T
:
Any
>
ComboBox
(
headline
:
String
,
availableRequests
:
List
<
T
>
,
comboBoxSelected
:
MutableState
<
T
>
,
comboBoxExpanded
:
MutableState
<
Boolean
>
,
getDisplayName
:
(
T
)
->
String
,
onSelected
:
(
index
:
Int
,
value
:
T
)
->
Unit
)