indrimuska / angular-moment-picker

Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js.
http://indrimuska.github.io/angular-moment-picker/
MIT License
527 stars 229 forks source link

Picker closes the dropdown #281

Open luq-sparrow opened 5 years ago

luq-sparrow commented 5 years ago

Is there a way to prevent picker from closing the dropdown?

I'm using the picker in the dropdown with a couple of others input controls and I don't want to close the dropdown immediate after closing the date picker.

I've tried stopPropagation, stopImmediatePropagation, preventDefault on blur event but that is not helping at all.

Any solutions?

patHyatt commented 1 year ago

Have you tried the autoclose option? Setting it to false should keep it open after selection.