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
Sometimes we want a whole group of related visual items to have the same interaction (click, tap, keydown) result. For example in social media feeds sometimes the whole feed item links to the "detail" page. The feed item includes number of replies, the content, maybe other information too.
The gist is to allow making HTML5 anchors which support just about any element set inside (including div) as long as none are interactive elements.
What is your proposed solution?
Make a group link block which does not allow buttons, videos etc as child? No idea really.
The text was updated successfully, but these errors were encountered:
The oldest issue I think has the most discussion. There’s plenty of longing for this and various ideas for solutions but there are either enough difficulties or downsides to have kept them from being pursued.
I’ve worked on a branch that tries the route of a new block. It's workable but no sure-winner. I could make a PR for it to try and help us evaluate that idea.
yep, that's indeed needed a least on Column ....
example : product list per column, the whole "card" should be clickable
see the Pricing Table 3 columns pattern, that could be enhanced with such an option
What problem does this address?
Sometimes we want a whole group of related visual items to have the same interaction (click, tap, keydown) result. For example in social media feeds sometimes the whole feed item links to the "detail" page. The feed item includes number of replies, the content, maybe other information too.
The gist is to allow making HTML5 anchors which support just about any element set inside (including
div
) as long as none are interactive elements.What is your proposed solution?
Make a group link block which does not allow buttons, videos etc as child? No idea really.
The text was updated successfully, but these errors were encountered: