Hello, is it possible to focus BasicTextField by c...
# compose
m
Hello, is it possible to focus BasicTextField by calling requestFocus on FocusRequester (or other way) BUT WITHOUT triggering keyboard ?
a
@Ralston Da Silva
r
There is no way to do this now, because the underlying text field triggers the keyboard whenever it is focused
Can you give us some more details about your use case? Is it a read-only TextField?