-
Notifications
You must be signed in to change notification settings - Fork 378
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
popover: won't close with disabled element as trigger #142
Comments
The normal state transition for hover leave is |
Not until React fixes the `mouseleave` issue.
Wrapping your disabled input within a `div` might help.
…On Wed, Apr 26, 2017 at 7:52 PM, Ole Kristian Sandum < ***@***.***> wrote:
Is this being addressed? Struggling with this as well...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#142 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAsXEB4XEUSgCzf5fc_TU9lPnrN8OhZ9ks5rzy_8gaJpZM4M0Xh0>
.
|
cpylua
changed the title
popover: bug with disabled element
popover: won't close with disabled element
Nov 12, 2019
cpylua
changed the title
popover: won't close with disabled element
popover: won't close with disabled element as trigger
Nov 12, 2019
Workaround: react-component/tooltip#18 (comment) |
目前 |
Merged
w91
pushed a commit
that referenced
this issue
Feb 10, 2022
- ✨ 新增 `type ="icon"` 按钮类型 - ✨ 新增 `type="text"` 按钮类型 - 🦀️ 修改次级按钮样式 ## break change - 🦀️ disabled的按钮外层套了一层父元素,以支持 cursor: not-allowed #142
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Popover won't close when moving out from trigger if the trigger is disabled.
Related issue:
Workaround: react-component/tooltip#18 (comment)
The text was updated successfully, but these errors were encountered: