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
The slot="summary" seems redundant, as this is the only place where a details summary should be used. Instead, the component could set the slot by default. We could also consider doing this for the web component itself.
AccordionSummary could also be updated to use the same approach.
The text was updated successfully, but these errors were encountered:
In case of the web component, we need some kind of named slot to distinguish summary from the content.
However, similar improvement could be done for the Tooltip so that we don't need to set slot="tooltip".
To assign a custom
DetailsSummary
inDetails
you need write:The
slot="summary"
seems redundant, as this is the only place where a details summary should be used. Instead, the component could set the slot by default. We could also consider doing this for the web component itself.AccordionSummary
could also be updated to use the same approach.The text was updated successfully, but these errors were encountered: