Zhelyazko Atanasov
05/25/2021, 3:09 PMTextField
and keyboard - I need a TextField
that can accept key events and act as any other TextField
but doesn't show the keyboard. The key events will be coming from an external input device. In a View world one could add android:windowSoftInputMode="stateHidden"
to an EditText
and the keyboard will not be shown. Is there an alternative in Compose? I was looking at the APIs for controlling Focus and Keyboard, but wasn't able to find a way to do this