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

Problem with datepicker position #2

Closed ad1199 closed 7 years ago

ad1199 commented 7 years ago

Datepicker doesn't appear at the position of datepicker input. The left and top value of datepicker css is incorrect.

ad1199 commented 7 years ago

When I npm install the package, the nepaliDatePicker.js uses position() to get the left and top value but the file in github uses offset() to get those values.

sanishmaharjan commented 7 years ago

@ad1199 Because of I forget to publish an upgraded version in npm, you get the different code from Github and npm install package. Now I have published the new version in npm.

And thanks for the comment..:+1:

ad1199 commented 7 years ago

Thank you! @sanishmaharjan