gijgo icon indicating copy to clipboard operation
gijgo copied to clipboard

How to reinitial after destroy?

Open hiroppi401 opened this issue 5 years ago • 3 comments

i can't reinitialize datepicker after destroyed, need your assistance for this issue

hiroppi401 avatar Mar 21 '19 09:03 hiroppi401

same problem

radityaputranto avatar Jul 11 '19 08:07 radityaputranto

I struggled with this for a while because the docs say to do .datepicker.destroy(), but it's actually .datepicker('destroy'). After that, I just re-ran the whole initialization and it's working.

v1xiii avatar Nov 07 '19 16:11 v1xiii

I struggled with this for a while because the docs say to do .datepicker.destroy(), but it's actually .datepicker('destroy'). After that, I just re-ran the whole initialization and it's working.

thanks for your hint, its really helpful

hiroppi401 avatar Nov 12 '19 06:11 hiroppi401