Open tnordberg opened 9 years ago
+1 And I can say that this issue was not present in version 0.2.5.
This should be fixed in 0.3.0.
I still have the same problem on 0.4.0 even with the reset button. Any comment on this?
I'm using yogiben:autoform-file@0.4.2 and still have this problem. Anyone got a workaround?
+1, experienced just now.
Any workaround or ideas?
UPD: Seems like https://github.com/yogiben/meteor-autoform-file/pull/91 is fixing this. Care to accept?
When the
doc
parameter of the autoForm changes, child afQuickFields should update accordingly. However, the fileUpload preview image does not react. Clicking the Reset button seems to force a refresh and the expected preview image is displayed. Is this as intended?In the following example, the
title
(text input) will correctly update when theactiveSlide
helper changes, but thebackground
(fileUpload) preview image does not change until the Reset button is clicked.