When using `FilledTextField` in emulator, it is no...
# compose
a
When using
FilledTextField
in emulator, it is not possible to move cursor with arrow keys (<- & ->). Is this a known issue?
l
cc @Siyamed
z
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
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