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

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

Infinite loop when using autosave #11

Closed jfly closed 7 years ago

jfly commented 9 years ago

This is very similar to https://github.com/aldeed/meteor-autoform-bs-datetimepicker/issues/3.

FatBoyXPC commented 9 years ago

Are there any updates on this? I would also like to take advantage of autosave and the datepicker!

lynchem commented 8 years ago

+1 Very frustrating bug in an otherwise wonderful package

aldeed commented 7 years ago

Fixed in latest

mibcadet commented 7 years ago

Hi,

I'm using 1.2.0 version (due to lots of SimpleSchemas I would have to update to make collection2 2.0.0 compatible). Is this fix also in 1.2.0? From my POV atm this loop issue with autosave still exists.

aldeed commented 7 years ago

@mibcadet 1.2.0 and 2.0.0 are the same other than which version of autoform they depend on, so it should be fixed in both. If not, can you submit a new issue with some code that reproduces the issue you are seeing.