natario1
06/18/2021, 5:15 PMBasicTextField
and I want to use a BackHandler
to go out of it. However, if the text field has focus, the first "back" press is caught by the field to unfocus itself. Only the second one will invoke the back handler. Is there any way around this?Abhishek Dewan
06/18/2021, 5:59 PMnatario1
06/18/2021, 6:06 PMAbhishek Dewan
06/18/2021, 6:24 PMIan Lake
06/18/2021, 8:55 PMTextField
handle focus / the back key differently from an Android's EditText
, it would still be worth filing an issue to get that fixed: https://issuetracker.google.com/issues/new?component=612128FunkyMuse
06/28/2021, 8:40 PMdimsuz
06/30/2021, 3:02 PMnatario1
06/30/2021, 3:03 PMjulioromano
06/30/2021, 3:07 PMjulioromano
06/30/2021, 3:09 PMjulioromano
06/30/2021, 3:10 PMdimsuz
06/30/2021, 3:17 PMIan Lake
06/30/2021, 3:31 PMjulioromano
06/30/2021, 3:40 PMjulioromano
07/02/2021, 2:34 PMnglauber
07/16/2021, 11:35 AMdarkmoon_uk
09/28/2021, 1:56 AMdarkmoon_uk
09/28/2021, 1:57 AM1.1.0-alpha04
fixes the behaviour in line with View's EditText
- have to wonder how this major difference in behaviour made it into release.darkmoon_uk
09/28/2021, 2:49 AM1.1.0
?