Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

I have created a customized react query like this:
image

Somehow i could not get rid of the default tooltip, i want to override it to look like the mui one. I looked up the documentation but i could not find anything related. Any idea how to do this?

Thanks in advance!

You must be logged in to vote

Can you try something like this?

const adg = () => "";

const App = () => (
  <QueryBuilder accessibleDescriptionGenerator={adg} />
);

That should disable the title attribute on the element.

Replies: 1 comment · 1 reply

Comment options

Can you try something like this?

const adg = () => "";

const App = () => (
  <QueryBuilder accessibleDescriptionGenerator={adg} />
);

That should disable the title attribute on the element.

You must be logged in to vote
1 reply
@KaralyosBela
Comment options

Thansk a lot, solved the problem!

Answer selected by KaralyosBela
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.