Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Tooltip): add ability to disable display of the tooltip #348

Merged
merged 1 commit into from
Oct 3, 2022

Conversation

d3m1d0v
Copy link
Contributor

@d3m1d0v d3m1d0v commented Sep 29, 2022

In some cases, you may need to forcibly disable the display of the tooltip

@gravity-ui-bot
Copy link
Contributor

Preview is ready.

@@ -9,6 +9,7 @@ import {block} from '../utils/cn';
import './Tooltip.scss';

export interface TooltipProps extends TooltipDelayProps {
disable?: boolean;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be named as disabled

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@d3m1d0v d3m1d0v merged commit 5d32afe into main Oct 3, 2022
@d3m1d0v d3m1d0v deleted the tooltip-disable branch October 3, 2022 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants