Hello weweb members, i am stuck in some kind of event bubbling problem in weweb i also use stopPropagation in custom js action and attribute also but it not happening anything the parent workflow runs when i click child element someone please help me. and i also tell you that when i click child element then first parent workflow run then child workflow run
Hi Ayush, this seems like a problem that our support team can help you with.
You can open a support chat here:
But if you want the community to try and help you we need more information about your problem.
Can you share a couple screenshots and try to explain your issue again?
parent container :
parent Container workflow :
child checbox :
child checkbox worflow :
this is screenshots of my parent and child containers workflow
use the stop click propagation action rather then custom js. event is overwritten by weweb and so your code wont work
I tried implementing the mention feature as you suggested. but parent workflow executed may be the parent workflow runs first then child runs after .
i tired stop propagation action in onclick it is worked but than i tried this onchange it not working i thing stop propagation aciton only work on click event
nice find! that would be correct, stop click propagation is exactly that stops clicks from propergating up the element tree. so to solve it if you haven’t already need a stop click propergation on click workflow separate to on change.
thanks for guide and now i did that thing in onChange by using variables