vaadin-dropdown-menu
Customizable Web Component for dropdown menus. Part of the Vaadin components.
<vaadin-dropdown-menu>
<vaadin-dropdown-menu> is a Web Component similar to a native browser select element, part of the Vaadin components.
Example Usage
<vaadin-dropdown-menu label="Label" placeholder="Placeholder" value="Option one">
<template>
<vaadin-list-box>
<vaadin-item>Option one</vaadin-item>
<vaadin-item>Option two</vaadin-item>
<vaadin-item>Option three</vaadin-item>
<hr>
<vaadin-item disabled>Option four</vaadin-item>
</vaadin-list-box>
</template>
</vaadin-dropdown-menu>
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Dependencies
polymer#^2.0.0
- iron-media-query#^2.0.0
- vaadin/vaadin-control-state-mixin#^2.1.1
- vaadin/vaadin-themable-mixin#^1.3.2
- vaadin/vaadin-text-field#^2.1.1
- vaadin/vaadin-overlay#^3.2.0-alpha3
- vaadin/vaadin-lumo-styles#^1.1.0
- vaadin/vaadin-material-styles#^1.1.0
- vaadin/vaadin-element-mixin#^2.0.0
- Released
- 2018-10-04
- Maturity
- IMPORTED
- License
- Apache License 2.0
Compatibility
- Framework
- Polymer 2.0+
- Browser
- Browser Independent
Vaadin Add-on Directory
Find open-source widgets, add-ons, themes, and integrations for your Vaadin application.
The channel for finding, promoting, and distributing Vaadin add-ons.