Akryum / floating-vue

💬 Easy tooltips, popovers, dropdown, menus... for Vue
https://floating-vue.starpad.dev/
MIT License
3.26k stars 333 forks source link

ArrowOverflow has no affect #1002

Open JokerMartini opened 7 months ago

JokerMartini commented 7 months ago

As stated in the docs the arrowOverflow is useful for hiding the arrow. however it appears that when using it on the Component, it has no affect on the arrow.

<VMenu
    :triggers="['click']"
    placement="bottom-start"
    :arrow-overflow="false"
    :delay="{ show: 0, hide: 0 }"
  >
Hello World
</VMenu>