https://kotlinlang.org logo
#compose
Title
# compose
m

Merhawifissehaye

06/18/2020, 2:22 PM
How do I create OutlineTextField instead of a FilledTextField
m

matvei

06/18/2020, 3:17 PM
Hey. It wasn't available before, coming in the following releases (dev14 to be precise)
😍 1
🎉 2
v

Val Salamakha

06/19/2020, 12:33 AM
Matvei, does the Outline Text Field reload Soft Keyboard each time in column creating blinking when a focus is moving from top to bottom or from left to right as it does the FilledTextField?
m

matvei

06/19/2020, 10:08 AM
Val, I'm not sure. It seems like a focus related thing to me so I would expect both TextFields behave the same in this regard.
v

Val Salamakha

06/19/2020, 11:21 AM
I think so. From top to bottom(from left to right) focus1.true ->focus1.false->focus2.true( wrong behaviour). From bottom to top(from right to left): focus2.true ->focus1.true->focus2.false (behaviour is as expected). The problem is somewhere inside CoreTextField with event callback.
m

matvei

06/19/2020, 11:26 AM
Please, file a bug if you haven't already 🙂
s

Siyamed

06/19/2020, 3:13 PM
Yes! If you can add a sample code, and possibly a video describing the problem, i will very mich appreciate.
v

Val Salamakha

06/20/2020, 4:27 AM
Done by Ivan Petrov issue id 159432617
2 Views