Replies: 1 comment
-
Hi, thanks for sharing the details! I'm having a bit of trouble pinpointing exactly what's causing this behavior based on the provided snippet. To help me identify and fix the issue quickly, could you please:
Thanks again—looking forward to your example, and I'm happy to help further once that's ready! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a Carousel (embla carousel) that shows lists the file.
While I move from one file to next, I need to reset the values of the file being displayed, that's why I have disconnected the entities here. The issue lies when saving a file..
I have separated this much logic for each displaying fields for each file to a
New_Component
and have used in my parent component asThis way I am able to save the current selected file. However, when saving the current selected file, the
year
month
andfolder
of previous files loaded in carousel is disconnected and when I traverse back, all the changes are lostIf I reload the page, the disconnected files are reconnected again..
Is there a way to reconnect fields without the need for page reload? Thank you!
This is my onSelect for the reference
Beta Was this translation helpful? Give feedback.
All reactions