You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Popup component does not adjust its show or hide speed when the delay property is set.
The mouseEnterDelay and mouseLeaveDelay properties work, but they are undocumented and were only found after searching for "popup delay" in the project's issues.
My assumption is that Semantic-UI-React components should have all of the same options as normal Semantic-UI components, but perhaps this is incorrect. This is based on the link to the SUI docs from the SUI-React docs, and on the "Complete SUI component definition support" phrasing in the SUI-React's readme file
The text was updated successfully, but these errors were encountered:
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
Bug Report
The Popup component does not adjust its show or hide speed when the
delay
property is set.The
mouseEnterDelay
andmouseLeaveDelay
properties work, but they are undocumented and were only found after searching for "popup delay" in the project's issues.Steps
Expected Result
The popup appears two seconds after mouseover and hides two seconds after the mouse leave
Actual Result
The popup appears immediately and hides immediately
Version
0.87
Testcase
https://codesandbox.io/s/8zo77xv0j2
Notes
My assumption is that Semantic-UI-React components should have all of the same options as normal Semantic-UI components, but perhaps this is incorrect. This is based on the link to the SUI docs from the SUI-React docs, and on the "Complete SUI component definition support" phrasing in the SUI-React's readme file
The text was updated successfully, but these errors were encountered: