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
I am aware that a complete overhaul of the datepicker is on the way, but this issue has been introduced very recently (between ng2-bootstrap 1.1.5 and 1.1.7). In 1.1.5, 'selectionDone' was only triggered when the user made a selection in the datepicker, but in 1.1.7 and later, any change to datepicker's ngModel now triggers it, including the very first one on initialisation. (This is particularly devastating for any popup version of the datepicker closing the popup on selectionDone.)
The text was updated successfully, but these errors were encountered:
I am aware that a complete overhaul of the datepicker is on the way, but this issue has been introduced very recently (between ng2-bootstrap 1.1.5 and 1.1.7). In 1.1.5, 'selectionDone' was only triggered when the user made a selection in the datepicker, but in 1.1.7 and later, any change to datepicker's ngModel now triggers it, including the very first one on initialisation. (This is particularly devastating for any popup version of the datepicker closing the popup on selectionDone.)
The text was updated successfully, but these errors were encountered: