freqdec / datePicker

An attempt at writing a flexible, framework free, feature-rich and accessible datepicker
http://freqdec.github.io/datePicker/
MIT License
171 stars 56 forks source link

Clicking on date picker icon redirecting to #{elementId} #74

Open sattukishore opened 7 years ago

sattukishore commented 7 years ago

I observed that after calling 'createDatePicker' function if I quickly click calendar icon, page is redirected to #elementId url (like http:localhost:9000/home#input-element-id). there is anchor tag created by the datepicker with href = #input-element-id. before click event is bind to this element if I am clicking on it(which is nothing but calendar icon) the above behaviour is observed

did any one face the issue? Please help me to fix the issue

kennethrorstromnine commented 6 years ago

I'm having the same issue, was there a solution to this ?