vcf-lookup-field
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
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/polymer#^3.4.1
- @vaadin/button#^23.2.4
- @vaadin/combo-box#^23.2.4
- @vaadin/component-base#^23.2.4
- @vaadin/dialog#^23.2.5
- @vaadin/grid#^23.2.4
- @vaadin/horizontal-layout#^23.2.4
- @vaadin/icon#^23.2.4
- @vaadin/icons#^23.2.4
- @vaadin/notification#^23.2.4
- @vaadin/text-field#^23.2.4
- @vaadin/vaadin-lumo-styles#^23.2.4
- @vaadin/vaadin-themable-mixin#^23.2.4
- Released
- 2022-11-28
- Maturity
- IMPORTED
- License
- Other
Compatibility
- Framework
- Polymer 3.0+
- Browser
- Browser Independent
vcf-lookup-field - Vaadin Add-on Directory
Vaadin Component Factory Lookup Field# <vcf-lookup-field>
![vcf-lookup-field-screenshot](https://user-images.githubusercontent.com/3392815/99876883-a41f3f00-2c02-11eb-81ab-b99c512ebf79.png)
## Installation
Install `vcf-lookup-field`:
```sh
npm i @vaadin-component-factory/vcf-lookup-field --save
```
## Usage
Once installed, import it in your application:
```js
import '@vaadin-component-factory/vcf-lookup-field';
```
Add `` element to the page.
```html
```
## Running demo
1. Fork the `vcf-lookup-field` repository and clone it locally.
1. Make sure you have [npm](https://www.npmjs.com/) installed.
1. When in the `vcf-lookup-field` directory, run `npm install` to install dependencies.
1. Run `npm start` to open the demo.
## License
Apache License 2.0