Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pressing tab to go between controls brings up the DatePicker for all TextFields #15

Open
aneeff opened this issue Nov 5, 2015 · 0 comments

Comments

@aneeff
Copy link

aneeff commented Nov 5, 2015

Hi,

Not sure if this is an issue, but when testing on simulator when i pressed tab between controls the DatePicker pops up for all text fields in the UI. especially it happens if you use :

SelectDateTextField.ShouldBeginEditing += OnTextFieldShouldBeginEditing;

This works fine if we use

DateEntry.EditingDidBegin += OnTextFieldBeginediting;

Any idea why?

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

No branches or pull requests

1 participant