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

If the popover's content gets a bigger height than that of when it was opened, it may extend beyond the viewport limits (demo link on the end of this issue...

Hi Team, I am not able to scroll though the end of popover when it's height is more than web page's height. Please have a look at issue [here](https://stackblitz.com/edit/scroll-issue-loong-popovers)

Hello Everyone, I've requirement to close the satPopover when another one is opened. Not able to find anything related to that. Can anyone guide me.

Error: node_modules/@ncstate/sat-popover/popover/popover.component.d.ts:71:9 - error TS2380: 'get' and 'set' accessor must have the same type. 71 get interactiveClose(): boolean; ~~~~~~~~~~~~~~~~ Error: node_modules/@ncstate/sat-popover/popover/popover.component.d.ts:72:9 - error TS2380: 'get' and 'set' accessor must have...

Popover computes its position incorrect towards viewport, as it basically can fit. You can find reproduction [here](https://stackblitz.com/edit/sat-popover-doesnt-fit-in-view-port) [](https://user-images.githubusercontent.com/21365832/176152050-d8b25ba0-4c7f-4e45-9f82-0e83a9780507.png)

Currently, there is no way we can dynamically add/remove backdropClass with a condition. It looks like once backDropClass is added, there is no way we can remove it. ``` addBg()...

The more recent versions of Typescript cause this error preventing the hasBackdrop functionality to work. Need to triage and determine which version it broke in as a workaround until an...

I faced issue with `afterClose` event. Yes, I saw this PR (https://github.com/ncstate-sat/popover/pull/220) and your comment said that you're aware. At that time PR got merged. Later, I assume this commit...

so for example i've created my own component by extending the popover class like this: `export class MyCustomComponentPopover extends SatPopover implements OnInit` but the anchoring service will conflict with the...