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
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




