Getting GridListItem or Tag to use a
tag when an href is passed?
#7230
Answered
by
snowystinger
schurchleycci
asked this question in
Q&A
-
With a |
Beta Was this translation helpful? Give feedback.
Answered by
snowystinger
Oct 23, 2024
Replies: 1 comment 3 replies
-
This is expected. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
schurchleycci
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is expected.
GridListItem
's can have other interactive children. Ana
tag cannot have interactive children, so aGridListItem
can never render as ana
tag. Tags were implemented as a GridList, so have the same restriction.