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

Ability to disable a tooltip #8063

Open
1 task done
rowanwins opened this issue Mar 12, 2025 · 0 comments
Open
1 task done

Ability to disable a tooltip #8063

rowanwins opened this issue Mar 12, 2025 · 0 comments

Comments

@rowanwins
Copy link

  • I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

Sometimes you may want to disable a tooltip if a certain condition is met - however you always want the inner content.

What does the proposed API look like?

<a-tooltip :disable="condition" title="Condition was met therefore...">
    <p>Text that I always want visible</p>
</a-tooltip>
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

No branches or pull requests

1 participant