tamble / jquery-ui-daterangepicker

A JQuery UI based date range picker.
MIT License
184 stars 108 forks source link

Mask not destroyed when datepicker destroyed #32

Open dfmiller opened 9 years ago

dfmiller commented 9 years ago

The mask is not destroyed along with the datepicker when calling destroy. You can see this in action on the example page by opening the developer tools and testing the Init and Destroy sample. Re-init creates a new one filling the DOM when unused elements.