ModalPickerViewController icon indicating copy to clipboard operation
ModalPickerViewController copied to clipboard

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

Open aneeff opened this issue 10 years ago • 0 comments

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?

aneeff avatar Nov 05 '15 17:11 aneeff