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
I noticed that you had a .accordion class and data-parent set. I guess you hit the same issue I hit when looking at this, that the Bootstrap code expects very specific HTML for the accordion setup to work.
Hi David,
Indeed, allowing to close all other sections when opening one is a possible option.
However, its worth thinking about it, as regards how to propose it.
a site wide option to keep consistency among courses (admin decision)
a course option (teacher decision)
a user option (user decision)
I will discuss that with my team before going forward
Cheers
I noticed that you had a .accordion class and data-parent set. I guess you hit the same issue I hit when looking at this, that the Bootstrap code expects very specific HTML for the accordion setup to work.
twbs/bootstrap#23767
This workaround
Seems to work because that event gets triggered before .show gets added to the opening section.
Or to be more precise and avoid accidentally hitting any other collapsible content in labels etc.:
It might be worth including as an option.
The text was updated successfully, but these errors were encountered: