使用自动放置时有没有办法配置初始 Popover2 位置?

Is there a way to configure the initial Popover2 position when using auto placement?

目前唯一支持的自动选项是 auto 并且可以选择使用 -start-end 作为后缀。有可能有类似 auto-bottom 的东西吗?我想 -left-right 也不错。也许蓝图受到 Popper.js 库的限制?

这是 Popper.js 库的限制。

我认为最接近的方法是设置你想要的位置而不是使用 auto,然后如果你想要的位置不可能,则依靠修饰符翻转或重新定位弹出窗口。