Use mui tooltips on custom components? #927
Answered
by
jakeboone02
KaralyosBela
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
jakeboone02
Aug 6, 2025
Replies: 1 comment 1 reply
-
|
Can you try something like this? const adg = () => "";
const App = () => (
<QueryBuilder accessibleDescriptionGenerator={adg} />
);That should disable the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
KaralyosBela
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Can you try something like this?
That should disable the
titleattribute on the element.