leapfrogtechnology / nepali-date-picker

Nepali Date Picker jQuery Plugin 🇳🇵
http://leapfrogtechnology.github.io/nepali-date-picker/demo/
ISC License
87 stars 71 forks source link

Error: Property 'nepaliDatePicker' does not exist on type 'JQuery<HTMLElement> #27

Closed Oliverq755 closed 5 months ago

Oliverq755 commented 4 years ago

Hey there, thanks for the datepicker,

I tried to implement it in my application, however, its throwing error on Initialize Date Picker

ts file:

$(".date-picker").nepaliDatePicker({
      dateFormat: "%D, %M %d, %y",
      closeOnDateSelect: true,
      minDate: "सोम, जेठ १०, २०७३",
      maxDate: "मंगल, जेठ ३२, २०७३"
    });

HTML:

<div class="form-group">
    <input type="text" value="" name="date" class="date-picker nepalidatepicker">
</div>

Do I need to import anything in my TS file to get rid of this error?

NikeshNiraula commented 3 years ago

Did you solve the issue? I am facing the same error. if yes please comment how.

mesaugat commented 5 months ago

Stale issue, closing.