I have a situation where I'm changing the children (where the tip points) based on user actions in the popover. This is causing an annoying UX where the popover moves around as you select and unselect stuff inside of it.
Is there any way to prevent the Popover from recalculating it's tip position when it's open? I tried setting the refreshIntervalMs prop to false, but it didn't seem to have an effect. Is this maybe because the popover contents are changing?
I have a situation where I'm changing the children (where the tip points) based on user actions in the popover. This is causing an annoying UX where the popover moves around as you select and unselect stuff inside of it.
Is there any way to prevent the Popover from recalculating it's tip position when it's open? I tried setting the
refreshIntervalMs
prop tofalse
, but it didn't seem to have an effect. Is this maybe because the popover contents are changing?