Replies: 1 comment 1 reply
-
Hi, I think you may need to use some JavaScript to do that with Collapse's methods https://getbootstrap.com/docs/5.1/components/collapse/#methods and do something like new bootstrap.Collapse(myCollapse, {
show: true
}) on a mouseenter event on the For my very own point of view, Bootstrap should not introduce that behavior since users don't know / didn't ask that this element will expand when hovering. Could be really bothering for them. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prerequisites
Proposal
data-toggle="collapse" Can I hover and expand the mouse?
Motivation and context
data-toggle="collapse" Can I hover and expand the mouse?
Beta Was this translation helpful? Give feedback.
All reactions