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
This works in Bootstrap 4 but in Bootstrap 5 it does not.
In that case the accordion opens and immediately closes again (it gets two click event I guess)
The "fix" for this is to use the new builder.
You should not forget to remove
"type": "accordion",
from the options file though
The text was updated successfully, but these errors were encountered:
I created a template with an array of videos.
Schema:
Options:
This works in Bootstrap 4 but in Bootstrap 5 it does not.
In that case the accordion opens and immediately closes again (it gets two click event I guess)
The "fix" for this is to use the new builder.
You should not forget to remove
"type": "accordion",
from the options file though
The text was updated successfully, but these errors were encountered: