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

Tooltip does not work in a PopoverHandler #657

Open
Remscar opened this issue Mar 20, 2024 · 0 comments
Open

Tooltip does not work in a PopoverHandler #657

Remscar opened this issue Mar 20, 2024 · 0 comments

Comments

@Remscar
Copy link

Remscar commented Mar 20, 2024

<Popover placement="bottom-start">
          <PopoverHandler>
            <Tooltip content="Filter content">
              <Button className="p-2 flex items-center gap-2 border-solid" variant="outlined">
                Filters
              </Button>
            </Tooltip>
          </PopoverHandler>
          <PopoverContent className="w-72">
            <Typography>Filter options</Typography>
          </PopoverContent>
</Popover>

The following code snippet causes the popover handler not to work.

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