bootstrap-datetimepicker
bootstrap-datetimepicker copied to clipboard
Allow auto closing of datepicker when a date is chosen
I would also find this useful
Useful. I suggest using at line 595 (after "this.notifyChange();") something like: if (this.options.autoClose && this.minViewMode===1) this.hide();
Not sure how to make it not close when selecting years in a datetimepicker with minViewMode="months".
Agree this would be useful
That's great ! Thank's a lot.
I miss an "auto close", but, this does not become an issue with the choice of "time"?
+1