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
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 :
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?
The text was updated successfully, but these errors were encountered: