The Web Component with a text input and a panel of suggested options.
<incubator-autocomplete>
<incubator-autocomplete> is a text input with a panel of suggested options.
<incubator-autocomplete> is built with Vaadin Incubator. To use it, you need to have a access to Vaadin Incubator, which is included in Vaadin Prime.
Example Usage
<incubator-autocomplete id="demo1" label="Choose country" placeholder="Start typing a country name..." options="[[options]]">
</incubator-autocomplete>
Install
Framework Support
Polymer 2.0+
Browser Independent
Install with
Run the above Bower command in your project folder.
If you have any issues installing, please
contact the author.
Release notes - Version 1.1.0
Dependencies
- polymer#^2.0.0
- vaadin-themable-mixin#vaadin/vaadin-themable-mixin#^1.0.0
- vaadin-license-checker#vaadin/license-checker#^2.0.1
- vaadin-lumo-styles#vaadin/vaadin-lumo-styles#^1.0.0
- iron-resizable-behavior#^2.1.1
- vaadin-element-mixin#^2.1.1
- vaadin-text-field#^2.1.1
- vaadin-button#^2.1.0
- vaadin-list-box#^1.1.0
- vaadin-overlay#^3.1.1