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
oliviertassinari
changed the title
DatePicker onBlur event sent at the start of interaction (rather than at the end)
[DatePicker] onBlur event sent at the start of interaction (rather than at the end)
May 26, 2017
DatePicker onBlur event sent at the start of interaction.
If
DatePicker
gets anonBlur
prop, it send the prop to itsTextField
.However, when a user clicks on the
TextField
,DatePickerDialog
will pop up andTextField
will lose focus.This way, the
onBlur
event is sent at the beginning of interaction.onBlur
should be triggered when user dismissesDatePickerDialog
?Versions
The text was updated successfully, but these errors were encountered: