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

xfxEntry problem with Focus #101

@RafaelVieira2323

Description

@RafaelVieira2323

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions