rux-pop-up enhancements #957
kiley-mitti
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
In regards to the first item, I feel like using the show and hide methods that we provide would be an easy way to accomplish opening on hover or some other way, no? Adding an |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just dropping a note here for documentation purposes about a couple of enhancement to run-pop-up that might be looked into.
New Prop: activation-on (or just activation), default would activate the pop up on click as it currently does. another option could be hover or focus which would allow the popup to appear when one mouses over or focuses on the trigger.
Look into the way rux-pop-up interacts with agGrid. There are a couple of oddities in the way agGrid and rux-pop-up work together. For instance, if you want to place an agGrid table within a popup you must set a height for the pop up itself as agGrid sets itself to 100% and will not appear if an outer height is not set.
Beta Was this translation helpful? Give feedback.
All reactions