Skip to content
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.

xfxEntry problem with Focus #101

Open
1 of 2 tasks
RafaelVieira2323 opened this issue Jun 25, 2019 · 1 comment
Open
1 of 2 tasks

xfxEntry problem with Focus #101

RafaelVieira2323 opened this issue Jun 25, 2019 · 1 comment

Comments

@RafaelVieira2323
Copy link

RafaelVieira2323 commented Jun 25, 2019

Please fill out either the bug or feature request section and remove whatever section you are not using.

Bug

  • Version Number of Control:1.2.1
  • Device Tested On: samsung galaxy s9, xiaomi redmi note 3 pro
  • Simulator Tested On:

Affects

  • iOS
  • Android

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();
};

        //Faz a acção do botão login
        passwordEntry.Completed += (object sender, EventArgs e) =>
        {
            CheckEntry();
        };

Link to Github Reproduction (optional but recommended)

Repro

Feature Request:

Please fill in what you would like

@RafaelVieira2323
Copy link
Author

RafaelVieira2323 commented Aug 13, 2019

We identify this bug in this issue : #89

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant