otherwise the popover is dismissed by e.g. clicking in the field
when it's editable, which produces an undesired effect.
(It's then "closed" but still visible because of our css classes, and
now our aligning logic is wrong because popovers behave differently when
open vs closed)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
.with_child(select)
.with_child(
Container::new()
- .attribute("popover", "")
+ .attribute("popover", "manual")
.attribute("tabindex", "-1")
.style("overflow", "visible ! important")
.class("pwt-dialog")