kekeh / angular-mydatepicker

Angular datepicker and date range picker :date:
https://kekeh.github.io/angular-mydatepicker/
MIT License
1 stars 11 forks source link

No option for opening selector on input click #9

Closed mvorisek7 closed 5 years ago

mvorisek7 commented 5 years ago

Looks like in the older version of this library, there was an option 'openSelectorOnInputClick' which would open the calendar when the input was clicked, but I don't see the option anymore in this library. Just wondering if there were plans to add it back in. Thanks

kekeh commented 5 years ago

Here is demo. The third date picker: https://kekeh.github.io/angular-mydatepicker/

It is done this way: https://github.com/kekeh/angular-mydatepicker/blob/gh-pages/src/app/no-bootstrap/no-bootstrap.component.html

mvorisek7 commented 5 years ago

Ah didn't even think about adding the open function to the click event, Duh. Thanks!