This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Description
If you change the month from the month the popup window opens, you are not able to choose a date-time. See the following GIF for how to reproduce this bug in the sample environment:

It looks like IE11 fires a blur event when clicking on the date, which is picked up by BasePicker#handleBlur(), which calls BaseInput#closePopup(), which closes the date picker popup window prematurely.