Popover's callout disappears

0 Answers 9 Views
Popover
Curious
Top achievements
Rank 1
Curious asked on 17 Oct 2025, 02:22 PM

Hi, I use Popover for showing error messages during validation. First it renders fine, but when I switch tabs(my app has multiple tabs) callout disappears completely. Here's how I use the component:

```ts
        <Popover
            show={show}
            anchor={inputRef.current}
            position="bottom"
            contentStyle={{ padding: '0.5em', border: 'black' }}
            collision={{ horizontal: 'flip', vertical: 'flip' }}
            appendTo={container}
        >
```Screenshot attached.

Filip
Telerik team
commented on 20 Oct 2025, 01:49 PM

Hello,

I tested the provided Popover configuration in order to reproduce the described behavior in which the callout disappears completely, however I was not able to:

I also went through our ticketing system and public issues, however it seems that this is the first report so far for this behavior. With that in mind, can you please modify the sample so that the issue reproduces? This will enable me to debug it locally, find the root-cause and a possible solution.

Regards,
Filip

No answers yet. Maybe you can help?

Tags
Popover
Asked by
Curious
Top achievements
Rank 1
Share this question
or