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
Suggestion:
Why is the default accordion behavior (open a single toggle and close all others) dependent on '.panel' class
Couldn't this be decoupled into a data-attribute?
e.g. data-toggle-option="single" (opens the clicked toggle, closes all others)
data-toggle-option="individual" (opens each toggle independently, leaves opened toggles open)
Suggestion:
Why is the default accordion behavior (open a single toggle and close all others) dependent on '.panel' class
Couldn't this be decoupled into a data-attribute?
e.g. data-toggle-option="single" (opens the clicked toggle, closes all others)
data-toggle-option="individual" (opens each toggle independently, leaves opened toggles open)
Source ref: https://github.com/twbs/bootstrap/blob/master/js/collapse.js#L43
The text was updated successfully, but these errors were encountered: