Conversation
Netlify deploy previewhttps://deploy-preview-47890--material-ui.netlify.app/ Bundle size reportBundle size will be reported once CircleCI build #899662 finishes. |
This comment was marked as off-topic.
This comment was marked as off-topic.
4b3a170 to
1a87081
Compare
|
@silviuaavram @siriwatknp what do you think about splitting up Splitting off from the "static" chip gives the "interactive" chip a stable slots structure, which ensures both the "action" slot (button or link) and "delete button" slot are exposed to AT correctly as buttons, which solves the main a11y problem (nested button structure) The current Material UI and mui-joy derives "interactive vs static" (and "interactive-ness") from various props like |
|
If my understanding is correct, your intention is:
My concerns:
With that said, how about this structure from user perspective: <Chip>
<ChipButton />
<ChipDelete />
</Chip>Also, now that we can fully utilize The above still using the same |
Experiment: https://deploy-preview-47890--material-ui.netlify.app/experiments/material-ui-interactive-chips/
#20470