Vaadin Component Factory Lookup Field
<vcf-lookup-field>
Installation
Install vcf-lookup-field
:
npm i @vaadin-component-factory/vcf-lookup-field --save
Usage
Once installed, import it in your application:
import '@vaadin-component-factory/vcf-lookup-field';
Add <vcf-lookup-field>
element to the page.
<vcf-lookup-field></vcf-lookup-field>
Running demo
-
Fork the
vcf-lookup-field
repository and clone it locally. -
Make sure you have npm installed.
-
When in the
vcf-lookup-field
directory, runnpm install
to install dependencies. -
Run
npm start
to open the demo.
License
Apache License 2.0
Install
Framework Support
Polymer 3.0+
Browser Independent
Install with
Run the above npm command in your project folder.
If you have any issues installing, please
contact the author.
Release notes - Version 1.2.0
Dependencies
- @polymer/iron-icon#^3.0.1
- @polymer/polymer#^3.0.0
- @vaadin-component-factory/vcf-enhanced-dialog#^1.0.6
- @vaadin/vaadin-button#^2.2.0
- @vaadin/vaadin-combo-box#^5.4.2
- @vaadin/vaadin-dialog#^2.5.2
- @vaadin/vaadin-element-mixin#^2.1.3
- @vaadin/vaadin-grid#^5.7.5
- @vaadin/vaadin-icons#^4.3.1
- @vaadin/vaadin-license-checker#^2.1.2
- @vaadin/vaadin-lumo-styles#^1.5.0
- @vaadin/vaadin-notification#^1.6.0
- @vaadin/vaadin-text-field#^2.8.1
- @vaadin/vaadin-themable-mixin#^1.5.1