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
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
Bug description:
When the UIB datepicker changes modes, the focus is lost. This makes keyboard navigation difficult when mode switching is used.
Link to minimally-working plunker that reproduces the issue:
http://angular-ui.github.io/bootstrap/#!#datepickerPopup
Steps to reproduce the issue:
Version of Angular, UIBS, and Bootstrap
Angular: 1.6.1
UIBS: 2.5.0
Bootstrap: 3.3.7
Probable reason
I'm guessing this is caused by the ng-switch swapping out the datepicker div, meaning that no element has focus.
The text was updated successfully, but these errors were encountered: