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 a lot for the 0.8.5 version, it provides much more possibilities!
I have one quick question, is not an issue. While using the accordion component I have noticed that only the text in the title is clickable (as a link) in order to expand/collapse the panels.
Is there a way to make the entire title area (not only the text, but the title bar itself) clickable so the user can click anywhere on the title area?
Regards,
The text was updated successfully, but these errors were encountered:
This is something I experienced as well, it not only holds true for the accordion, it's an issue with all collapsible panels. The title text is an <a> which triggers the collapse.
We should find a way to make the whole title bar trigger the collapse, because that's what a user would normally expects and is much more mobile-friendly.
I should have looked into this a bit further, it was too simple to solve. I'm checking, if I have overseen any corner cases before checking in a fix. Edit: Done, refactored a duplicated code block just by the way.
Hello guys,
Thanks a lot for the 0.8.5 version, it provides much more possibilities!
I have one quick question, is not an issue. While using the accordion component I have noticed that only the text in the title is clickable (as a link) in order to expand/collapse the panels.
Is there a way to make the entire title area (not only the text, but the title bar itself) clickable so the user can click anywhere on the title area?
Regards,
The text was updated successfully, but these errors were encountered: