You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm facing similar issue. I load form html using $.get and initiate this plugin afterwards. Buttons are rendered and I can "sometimes" use delete button, but other buttons don't work.
What do you recommend here, when form is being loaded through ajax? Thanks.
Sorry. I solved it by resolving some conflicts that where in my project.
When we add a symfony collection form dynamically with JavaScript, the buttons (add, remove, ...) are not working anymore.
To made it work I used
.arrive
event to initialize the collection when it's added dynamically.Is this will be fixed in next update, or did I need to prepare a pull request to fix this ?
The text was updated successfully, but these errors were encountered: