popover icon indicating copy to clipboard operation
popover copied to clipboard

Popover component for Angular

Results 39 popover issues
Sort by recently updated
recently updated
newest added

Hi @willshowell @pgkehle @aitboudad @rsmcintu, How can we track open/close event of sat-popover in component which is shown inside of sat-popover. https://stackblitz.com/edit/angular-aqhcaj Is there any way to dynamically create sat-popover...

- [x] passing invalid popover throws error - [x] SatPopoverAnchor#open/close/toggle - [x] SatPopover#open/close/toggle - [ ] positioning + classes - [ ] changes in position while open - [x] backdrop...

When you're setting a custom component as the popover anchor, (the popover and the custom-component are hosted by the same component), it would help if it was possible to shift...

feature

I've seen we can change transition speed an easing with... openTransition="10ms ease-out" closeTransition="10ms ease-out". Is there a way to change the animation itself? I.e. having it fade in alone rather...

feature

Would it be possible to add class that would reflect popover's position relative to trigger element? Whether it's above, below, to the right or left. Thanks 🙂

feature

Reproduce-able at https://ncstate-sat.github.io/popover/ on an iOS device or using Simulator on a Mac. This issue revolves around how iOS Safari has a dynamic bottom sheet within the mobile browser that...

bug

There should be a way to display popovers at a specific coordinate on the screen. This would enable a variety of use cases: * right-click context menus * persistent notifications...

feature

This method should wait until animation is complete instead of destroying on detachment https://github.com/ncstate-sat/popover/blob/eec9a1805d124878143b56b1edd004de0bf81ad3/src/lib/popover/popover-anchor.directive.ts#L137-L150 Depends on #15 Update: At first glance of solving this, there is another issue that arises...

bug

- component factory service - passing template ref

feature

Some api notes 1. enable/disable 2. snap back to anchor with/without animation 3. ~Probably relies on https://github.com/ncsu-sat/popover/issues/9 since dragging is sort of predicated on the idea of interacting with content...

feature