#manage tooltip with menu ?
3 messages · Page 1 of 1 (latest)
you can disable your Tooltip and give it the menu state
<Tooltip label="Ctrl + J" disabled={opened}>
//content here
</Tooltip>
wow worked perfectly tysm man
3 messages · Page 1 of 1 (latest)
i want when menu dropdown open i dont want to show tooltip how to ? i was trying with controlled menu but its not working properly
you can disable your Tooltip and give it the menu state
<Tooltip label="Ctrl + J" disabled={opened}>
//content here
</Tooltip>
wow worked perfectly tysm man