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(
|
OutlinedTextField(
|
||||||
value = value,
|
value = value,
|
||||||
onValueChange = { value = it },
|
onValueChange = {
|
||||||
|
value = it
|
||||||
|
expanded = true // todo remove if focus bug is fixed
|
||||||
|
},
|
||||||
label = if (label != null) {
|
label = if (label != null) {
|
||||||
{ Text(label) }
|
{ Text(label) }
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user