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

aiidziis

05/08/2020, 11:49 AM
When using
FilledTextField
in emulator, it is not possible to move cursor with arrow keys (<- & ->). Is this a known issue?
l

Leland Richardson [G]

05/08/2020, 4:44 PM
cc @Siyamed
z

Zach Klippenstein (he/him) [MOD]

05/09/2020, 12:17 AM
Does this work with legacy `EditText`s for you? It doesn’t for me
But that might be because i’m trying the new emulator-in-ide in 4.1
a

aiidziis

05/09/2020, 3:57 AM
It works with AS 3.6.1 legacy
EditText
, haven't tried it with the new embedded emulator.
Looks like AS 4.1 Canary 8 is the reason why this doesn’t work. Tried it with legacy
EditText
there and it doesn’t work.
Submitted in Android Studio issue tracker: https://issuetracker.google.com/issues/156139753
3 Views