abublihi / datepicker-hijri

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

event on choosing #5

Closed aklisamu77 closed 2 years ago

aklisamu77 commented 3 years ago

is there event fire on choosing date ?

abublihi commented 2 years ago

Thank you for your interest in the package.

I have just added an event fired when the date changed.

<input type="text" id="calender" onchange="console.log('changed')">
                                <!-- ^^^^^^^^ -->
<datepicker-hijri reference="calender" placement="bottom" date-format="iYYYY/iMM/iDD" selected-date="1441/02/01"></datepicker-hijri>

this will work in the latest version.