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
Describe the bug
Manual blur triggers on MouseUp cause the day picker to close in IE. Can be reproduced by changing the month or clicking the keyboard shortcuts icon.
react-dates version
e.g. [email protected]
Describe the bug
Manual blur triggers on MouseUp cause the day picker to close in IE. Can be reproduced by changing the month or clicking the keyboard shortcuts icon.
Is the issue reproducible in Storybook?
http://airbnb.io/react-dates/?selectedKind=SingleDatePicker%20%28SDP%29&selectedStory=default&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel
Additional context
Commenting out the
.blur()
lines in the following files prevents the behaviour:The text was updated successfully, but these errors were encountered: