mgcrea / angular-strap

AngularJS 1.2+ native directives for Bootstrap 3.
mgcrea.github.io/angular-strap
MIT License
5.73k stars 1.38k forks source link

Dismiss Angularstrap calendar when typing #2197

Closed fernandoiwamoto closed 5 years ago

fernandoiwamoto commented 7 years ago

I'm having trouble to dismiss the calendar when typing date by hand and showup when its clicked again.

I have my directive that blur the element, but it lost focus on the input

element.bind("keydown keypress", function (event) { scope.$apply(function (){ element[0].blur(); }); });

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.