8000
It'd be nice if
8000
align
took an array, to match positions
#206
When my popover is positioned as
top
orbottom
, I'd like foralign
to beend
, but when it's positioned asleft
orright
, I'd like for it to becenter
.I can set
align="end"
, but then if the popover is shifted to theleft
position, I don't have an easy way to changealign
to becenter
:I think it'd be nice if
align
could also take an array of alignments, which would automatically match with values inpositions
:The text was updated successfully, but these errors were encountered: