-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preview image not reactive to document change. #57
Comments
+1 |
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 #91 is fixing this. Care to accept? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: