You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.
Please fill out either the bug or feature request section and remove whatever section you are not using.
Bug
Affects
Expected Behavior
my entry does not lose the focus, when I press the "next" keypad.
Actual Behavior
my text field loses focus when I press the "next" keypad.
Steps to reproduce the Behavior
//Passa o focus para o campo password
usernameEntry.Completed += (object sender, EventArgs e) => {
usernameEntry.Unfocus();
passwordEntry.Focus();
};
Link to Github Reproduction (optional but recommended)
Repro
Feature Request:
Please fill in what you would like
The text was updated successfully, but these errors were encountered: