See if this fixes focus bug with auto complete tags
This commit is contained in:
parent
2ed07181b5
commit
8d83384fb7
@ -138,7 +138,10 @@ fun AutoCompleteTextField(
|
||||
) {
|
||||
OutlinedTextField(
|
||||
value = value,
|
||||
onValueChange = { value = it },
|
||||
onValueChange = {
|
||||
value = it
|
||||
expanded = true // todo remove if focus bug is fixed
|
||||
},
|
||||
label = if (label != null) {
|
||||
{ Text(label) }
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user