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
Expectation:
When i have an element "1" which depends from element "a", and i have some elements which depend from element "1", i expect that these elements gets hidden when "1" gets hidden.
Klick "1" again. You can see the animals appear again.
Klick "B". You can see "1" disappears. That's correct. But the animals are still there. Because "1" is hidden, i expect that the animals are hidden too.
Tested in Firefox 57 and Chrome 62.
The text was updated successfully, but these errors were encountered:
Hi @haukeadler , your example is a workaround that works in this simple case. But when you have a "real" form with 10 fields or more, and every field has 5 options, than you would have a bloat of dependsOn definitions. Every field must than be depended on all the ones before.
I think when an element gets hidden because of its dependency that the hide event should bubble to the elements that are depended from it.
Expectation:
When i have an element "1" which depends from element "a", and i have some elements which depend from element "1", i expect that these elements gets hidden when "1" gets hidden.
Code:
Demo: https://jsfiddle.net/5rd3ogkf/
Steps to reproduce:
Tested in Firefox 57 and Chrome 62.
The text was updated successfully, but these errors were encountered: