Meteor-Community-Packages / meteor-autoform-bs-datepicker

Custom "bootstrap-datepicker" input type for AutoForm
MIT License
25 stars 32 forks source link

Problems with date update with autosave=true and bootstrap-datepicker #23

Closed i-Hun closed 7 years ago

i-Hun commented 9 years ago

You can see it on gif. Image With autosave=false everything works

i-Hun commented 9 years ago

I know you like minimal reproduction apps so https://github.com/i-Hun/autoform-bs-datepicker-bug

bjimdar commented 9 years ago

Yea, I ran into this same bug. If you use bootstrap-datepicker on a form with autosave=true, you get stuck in an update loop that runs until the browser crashes.

lynchem commented 8 years ago

+1 - Very frustrating bug in an otherwise wonderful package

mvgalle commented 8 years ago

Having the same problem also. I tried to implement a fix similar to the one @aldeed posted about for the datetimepicker here: https://github.com/aldeed/meteor-autoform-bs-datetimepicker/issues/3#issuecomment-74887495 (but using the datepicker) and was not successful. Has anyone implemented a workaround for this problem?

timjong93 commented 7 years ago

+1 - Has anyone found a solution yet?

aldeed commented 7 years ago

Should be fixed in latest release

bjimdar commented 7 years ago

Confirmed. Way to follow through Eric!

aldeed commented 7 years ago

Better late than never...