We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pt-popover-dismiss
disabled={true}
The button appears to be disabled, the mouse cursor changes when hovering over the button, but clicking causes the popover to close.
The button should be disabled, the mouse cursor should change when hovering over the button, and clicking should do nothing.
According to the Blueprint Button docs:
Button uses the native disabled attribute on the tag so the browser disables all interactions ...
If all interactions are being disabled, how does clicking cause the popover to close?
The text was updated successfully, but these errors were encountered:
@kaiyoma perhaps remove the pt-popover-dismiss class from the disabled button?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug report
Steps to reproduce
pt-popover-dismiss
class on the Button and alsodisabled={true}
Actual behavior
The button appears to be disabled, the mouse cursor changes when hovering over the button, but clicking causes the popover to close.
Expected behavior
The button should be disabled, the mouse cursor should change when hovering over the button, and clicking should do nothing.
According to the Blueprint Button docs:
If all interactions are being disabled, how does clicking cause the popover to close?
The text was updated successfully, but these errors were encountered: