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
The date picker should be closed by a click on the page not only while choosing a date on the date picker, but also by a click outside the datepicker. It is the currently working like that on other browsers like Chrome, Firefox or IE11.
Versions
Focus-core: [0.13.0]
Focus-components: [0.13.0]
The text was updated successfully, but these errors were encountered:
Current behaviour
With Internet Explorer 10 it is not possible to close the date pickers when clicking on the page (outside the datepicker).
The dataset field is not compatible with IE10.
https://github.com/KleeGroup/focus-components/blob/develop/src/components/input/date/index.js#L132
Expected behaviour
The date picker should be closed by a click on the page not only while choosing a date on the date picker, but also by a click outside the datepicker. It is the currently working like that on other browsers like Chrome, Firefox or IE11.
Versions
Focus-core: [0.13.0]
Focus-components: [0.13.0]
The text was updated successfully, but these errors were encountered: