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

Here's a [demo Stackblitz that illustrates the problem](https://stackblitz.com/edit/ncstate-sat-popover-issues-hloak6). I just: - forked [the issue template](https://stackblitz.com/edit/sat-popover-issues) - **updated all dependencies** (except `core-js` [for that reason](https://github.com/stackblitz/core/issues/930)). NB: Actually, the opening animation does...

bug

I am trying to have multiple satPopovers per anchor. i am achieving this by *ngFor on the satPopovers. ``` {{ card.title }} ``` the `getPositoinByIndex` method is just for randomizing...

Hi, and thanks for creating this component. I was wondering if it's possible to have a caret automatically aligned to the anchor, like in the screenshot, and what would be...

help requested

It's a proposal. Can you add the typings (or expose them) to the `classList` object of `Popover` component ? Or maybe to add another property that will contain the actual...

feature
help requested

Hey! I've noticed that if you have a component as your `sat-popover` content, that the component is actually initialized, even though the popover isn't opened yet. At first I thought...

feature

In the previous version of `SatPopover`, there was this method: `SatPopoverAnchor.openPopover()`. When called, this method opened the popover wherever the anchor was. Now, as there is no `openPopover()/closePopover()` anymore, I...

Right now, I'm having to do this roundabout code to be able to use an SVG element as an anchor. ```` const el = new ElementRef(new ElementRef(element as unknown as...

https://github.com/ncstate-sat/popover/blob/master/src/lib/popover/popover.component.scss#L4 I know we need to have view encapsulation turned off. But with `@include cdk-overlay()` those styles are included globally whenever the popover component is on the page. So this...

needs clarification

I have a popover that loads content after it's opened. When the content is loaded, the popover resizes, and I used `SatPopover.realign` to realign it with the trigger. However, the...