-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Popup - allow mouseEnter, mouseLeave delay to be set via props #1163
Comments
This is actually a bug. All portal props (i.e. https://github.com/Semantic-Org/Semantic-UI-React/blob/master/src/modules/Popup/Popup.js#L346 However, when I try this in the doc site editor, I cannot get it to work. It seems the value is always overridden somehow. FixCurrently, there is no visibility of this in the docs nor typings. We should instead explicitly add all the portal props to the Popup's |
@levithomason this still open? i'd like to help out if so, with more info and knowledge of how to reproduce it! |
I, unfortunately, don't have the bandwidth for a walkthrough, however, you can check out #1169 for more info on what needs to happen here. I will be glad to offer PR review comments regarding what is missing or needs done, I just can't promise that I'll be able to also help craft the solutions. |
This seems to be fixed in 0.66.0 but it's not documented. Works for me with |
I've revamped a lot of Portal and Popup logic. Confirming it was fixed in the latest release. Closing this issue as we have #1169 for documenting missing props and behaviors. |
@levithomason I tried this today and, while it seems to work (behaves like your GIF above), the (Note that EDIT: Created #2583. |
Currently mouseEnter and mouseLeave delay values are hard-coded.
https://github.com/Semantic-Org/Semantic-UI-React/blob/master/src/modules/Popup/Popup.js#L264
It would be great if these could be set via popup props.
The text was updated successfully, but these errors were encountered: