Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
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).