ons-popover
-
A component that displays a popover next to an element.
Click here to see the original article
-
Is there any way to hide the pointer in the popover? I want to use this as a drop down menu list so it shows as a rectangle below my button without looking like a call out.
-
@markarupert You can style
.popover__top-arrow { display: none; }
if you don’t want the arrow. There is amodifier="android"
that also hides the arrow, and from beta.8 you havemodifier="material"
that is like a dropdown menu (and scrollable).