ursus
05/25/2026, 4:17 PMTextField gets enabled = false
Disabling TextField makes the keyboard automatically hide.
All is well if onscreen keyboard is used. However if I use HW keyboard, disabling the input makes the focus jump to next component, which in this case is toolbar back button, making it have white background, which look weird and unexpected
I tried focusManager.clearFocus and even force = true, but nothing helps.
What's the idiomatic way of killing focus completely? OR should it never disappear?Zach Klippenstein (he/him) [MOD]
06/12/2026, 12:40 PMursus
06/12/2026, 5:36 PM