abbic
12/02/2021, 9:58 AMDidier Villevalois
12/02/2021, 10:32 AMOutlinedTextField
inside your ExposedDropdownMenuBox
instead of the TextField
demonstrated in the API docs?abbic
12/02/2021, 10:35 AMDidier Villevalois
12/02/2021, 11:05 AMabbic
12/02/2021, 11:06 AMOutlinedTextField(
readOnly = true,
value = selectedOptionText,
onValueChange = { },
label = { Text("Label") },
trailingIcon = {
ExposedDropdownMenuDefaults.TrailingIcon(
expanded = expanded
)
},
colors = ExposedDropdownMenuDefaults.textFieldColors(
backgroundColor = Color.Transparent
)
)