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
Thanks for this nicely written package! I am having a bit of difficulty understanding how to use multiple collapsibles when nested; in particular, there is a need to associate a given region to a specific collapsible. Consider the following structure:
The expected behaviour of hitting toggle 1 is that the div region 1 disappears. The actual behaviour is that both divs region 1 and region 2 disappear.
It strikes me that within the scope of a given aria-collapsible element, any regions should be "isolated" from aria-collapsible elements at higher levels. Alternatively, the relation might be encoded by some kind of id.
Is there a way to achieve what I am trying to do?
The text was updated successfully, but these errors were encountered:
Thanks for this nicely written package! I am having a bit of difficulty understanding how to use multiple collapsibles when nested; in particular, there is a need to associate a given region to a specific collapsible. Consider the following structure:
The expected behaviour of hitting
toggle 1
is that the divregion 1
disappears. The actual behaviour is that both divsregion 1
andregion 2
disappear.It strikes me that within the scope of a given
aria-collapsible
element, any regions should be "isolated" fromaria-collapsible
elements at higher levels. Alternatively, the relation might be encoded by some kind of id.Is there a way to achieve what I am trying to do?
The text was updated successfully, but these errors were encountered: