Posts by MauricioC • 31 points
1 post
-
3
votes1
answer407
viewsQ: Duplicate focus when using requestFocus in an Edittext
I created a screen with 2 fields EditText, one with numerical input and another text. What I want is to execute a validation in the first field when it loses focus, and if invalid, return the focus…