- 🇧🇪Belgium leanderjcc Ghent
Hi,
I too had this issue with a form that used ajax callbacks and an ajax form submit with multiselect version 2.0.0-beta2.
The above patch from Rajdeep still applied and fixed this issue for me.
Kind regards,
Leander - First commit to issue fork.
- Merge request !10Issue #2123241 by nils.destoop, rajdeep0826: Form API AJAX submit doesn't work. → (Open) created by mparker17
- Status changed to Needs work
9 months ago 7:14pm 26 March 2024 - 🇨🇦Canada mparker17 UTC-4
I tried applying the patch from #3 to the latest code in the 2.x branch, but it didn't apply, so I've tried rewriting it.
Can I trouble someone experiencing this issue to see if they still experience this problem on multiselect-2.0.0-beta4 → , and if so, does the code in the merge request fix the problem?
Thank you in advance for your patience with me! I'm reviewing issues in the queue as part of 🌱 [Plan] Stable 2.0.0 release Active .
- 🇺🇸United States k_a_l
I've tested the MR and I'm seeing a console error stating "$submit is not defined". The issue looks to be because $submit is defined within the attach method but not in the detach method, which is why it is not available when detach is called.
After moving that variable into a higher scope, your patch does seem to fix the issue.
- 🇬🇧United Kingdom psebborn
Rerolled the so it applies on the newer version, for those that rely on patches..
- Status changed to Needs review
9 days ago 1:03pm 9 December 2024