abublihi / datepicker-hijri

Datepicker component for hijri date, made with stenciljs
MIT License
11 stars 3 forks source link

auto close datepicker upon selection #1

Closed matrixall closed 4 years ago

matrixall commented 4 years ago

thx for the great work. it needs auto close after selecting desired date. plz consider adding such option or necessity.

abublihi commented 4 years ago

Thank you for your interest, I will add this option and it will be very soon (ان شاء الله)

matrixall commented 4 years ago

I'm always in a hurry so I kept playing with codes till I found a work around by binding click on day button to a click anywhere in my document that solved the issue for now. waiting for your elegant solution (بالتوفيق)

abublihi commented 4 years ago

Now You can close the date picker upon selection by adding the on-date-select-close attribute


<datepicker-hijri reference="calender" placement="bottom" selected-date="1441/02/01" on-date-select-close></datepicker-hijri>````