[Tooltip] Add a way for the Tooltip to remain open when the trigger is clicked. #1311
Labels
component: tooltip
This is the name of the generic UI component, not the React module!
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
Feature request
This could be useful for something like a copy to clipboard button, where it shows a tooltip with the text Copy, and then after clicking on the button, the text changes to Copied with the tooltip still open. Radix had a way to do this with event.preventDefault()
Summary
Examples in other libraries
Motivation
The text was updated successfully, but these errors were encountered: