Button and the title attribute usage #9779
Unanswered
stevegreco asked this question in Q&A
Replies: 1 comment
-
| Thanks, this sounds reasonable, however, I'd like some more information about the bad performance. Bad how? time to render the large list? time to open a tooltip? Do you have an example in a stackblitz or codesandbox? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking for guidance around the usage of the
titleattribute on theButtoncomponent and why that is not something that is supported and if there is any workaround to allow it to be passed through.My initial thought and looking through some old issues seems to point to the fact that it is just inconsistent and provides very lackluster accessibility, especially for keyboard users.
Just looking for some insight, as we have had some of our users ask about this. One of the main arguments against using the
Tooltiphas been bad performance when rendering a larger list of items that all have their ownTooltipbeing rendered.Beta Was this translation helpful? Give feedback.
All reactions