@vaadin-component-factory/vcf-lookup-field
v4.0.0
Published
Vaadin Lookup field component
Readme
<vcf-lookup-field>
The Lookup field component allows you to search a specific record with either a combobox or a dialog with a grid view.


Live demo ↗ | API documentation ↗
Installation
Install vcf-lookup-field:
npm i @vaadin-component-factory/vcf-lookup-field --saveUsage
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-fieldrepository and clone it locally.Make sure you have npm installed.
When in the
vcf-lookup-fielddirectory, runnpm installto install dependencies.Run
npm run serveto open the demo.
Publishing
To publish a new version run: npm run publish x.x.x with a account on npm that can update this component.
License
Apache License 2.0
