Fixed
Status Update
Comments
ki...@google.com <ki...@google.com>
al...@google.com <al...@google.com> #2
Anastasia, did this make it into Alpha03 or push to Alpha04? Thanks!
e....@gmail.com <e....@gmail.com> #3
Current status: add 'disabled' and 'readOnly' together not to encourage usages of 'disabled' when the 'readOnly' should be used. However, 'readOnly' is blocked on 2 pieces of work - focus work (focus a TF without showing the keyboard) and cursor API work (focus a TF without showing the cursor).
Moving the ticket to further release.
al...@google.com <al...@google.com> #4
I was about to open a feature request to include a option to not show the soft keyboard on TextField focus, maybe with a KeyboardType.None. But as I was reading "focus a TF without showing the keyboard", I understand it's already being implemented. Is that right?
[EDIT] after I commented here, I saw that 169035120 requests exactly that :)
[EDIT] after I commented here, I saw that 169035120 requests exactly that :)
pe...@gmail.com <pe...@gmail.com> #5
Yes, we are reworking the focus API at the moment. And being able to focus the text field without showing the soft keyboard is part of the requirements.
Description
Version used: 1.2.0-rc01 and 1.3.0-alpha01
Devices/Android versions reproduced on: Emulator Pixel 3 API 29, Emulator Pixel 2 API 28, Samsung S9 API 29
Calls to AppCompatDelegate.setDefaultNightMode() don't work well on the latest AppCompat versions, but it works on the latest stable version.
Most of the time, the theme doesn't change.