fragaria / angular-daterangepicker

Angular.js wrapper for dangrossman/bootstrap-daterangepicker
MIT License
519 stars 372 forks source link

Date is empty when initially clicked on 'Today' which is already selected. #288

Closed BMK91 closed 5 years ago

BMK91 commented 6 years ago

When I'm set initial model value to NULL, input filed is empty. Predefined range "Today" is selected as default and you CAN'T click on today. If you click on some other predefined range everything will work. When I clear the field with "clearable" functionality, field get's default value and again selected predefined value is "Today" and you can't click on it.

Is there some solution for setting initial value to NULL and clearing field to NULL ?

sonnd92 commented 5 years ago

I face to same issue. Someone can give a solution.

PranavBhatia commented 5 years ago

Same issue, is anyone working on this one?