vcf-autocomplete

WebJar for vcf-autocomplete

License

License

Categories

Categories

Vaadin User Interface Web Frameworks Auto Application Layer Libs Code Generators
GroupId

GroupId

com.vaadin.componentfactory.webjar
ArtifactId

ArtifactId

vcf-autocomplete
Last Version

Last Version

1.2.4
Release Date

Release Date

Type

Type

jar
Description

Description

vcf-autocomplete
WebJar for vcf-autocomplete
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/vaadin-component-factory/vcf-autocomplete

Download vcf-autocomplete

How to add to project

<!-- https://jarcasting.com/artifacts/com.vaadin.componentfactory.webjar/vcf-autocomplete/ -->
<dependency>
    <groupId>com.vaadin.componentfactory.webjar</groupId>
    <artifactId>vcf-autocomplete</artifactId>
    <version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin.componentfactory.webjar/vcf-autocomplete/
implementation 'com.vaadin.componentfactory.webjar:vcf-autocomplete:1.2.4'
// https://jarcasting.com/artifacts/com.vaadin.componentfactory.webjar/vcf-autocomplete/
implementation ("com.vaadin.componentfactory.webjar:vcf-autocomplete:1.2.4")
'com.vaadin.componentfactory.webjar:vcf-autocomplete:jar:1.2.4'
<dependency org="com.vaadin.componentfactory.webjar" name="vcf-autocomplete" rev="1.2.4">
  <artifact name="vcf-autocomplete" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaadin.componentfactory.webjar', module='vcf-autocomplete', version='1.2.4')
)
libraryDependencies += "com.vaadin.componentfactory.webjar" % "vcf-autocomplete" % "1.2.4"
[com.vaadin.componentfactory.webjar/vcf-autocomplete "1.2.4"]

Dependencies

compile (10)

Group / Artifact Type Version
org.webjars.bowergithub.vaadin : vaadin-overlay jar [3.1.1,4)
org.webjars.bowergithub.vaadin : vaadin-button jar [2.1.0,3)
org.webjars.bowergithub.vaadin : vaadin-themable-mixin jar [1.0.0,2)
org.webjars.bowergithub.vaadin : vaadin-text-field jar [2.1.1,3)
org.webjars.bowergithub.vaadin : vaadin-element-mixin jar [2.1.1,3)
org.webjars.bowergithub.vaadin : license-checker jar [2.1.2,3)
org.webjars.bowergithub.polymer : polymer jar [2.0.0,3)
org.webjars.bowergithub.vaadin : vaadin-lumo-styles jar [1.0.0,2)
org.webjars.bowergithub.vaadin : vaadin-list-box jar [1.1.0,2)
org.webjars.bowergithub.polymerelements : iron-resizable-behavior jar [2.1.1,3)

Project Modules

There are no modules declared in this project.

<vcf-autocomplete>

Gitter npm version Published on Vaadin Directory

This is the npm version vcf-autocomplete developed using Polymer 3.

Live demo | API documentation

screenshot

Installation

Install vcf-autocomplete:

npm i @vaadin-component-factory/vcf-autocomplete --save

Usage

Once installed, import it in your application:

import '@vaadin-component-factory/vcf-autocomplete';

Add <vcf-autocomplete> to the page. In attribute options you should declare options that will be offered for user to select. All change listener to the element in which you will update options appribute.

<vcf-autocomplete id="demo1" label="Choose country" placeholder="Start typing a country name..." options="[[options]]">
</vcf-autocomplete>

Running demo

  1. Fork the vcf-autocomplete repository and clone it locally.

  2. Make sure you have npm installed.

  3. When in the vcf-autocomplete directory, run npm install to install dependencies.

  4. Run npm start to open the demo.

Contributing

To contribute to the component, please read the guideline first.

Vaadin Prime

This component is available in the Vaadin Prime subscription. It is still open source, but you need to have a valid CVAL license in order to use it. Read more at: https://vaadin.com/pricing

License

Apache License 2

com.vaadin.componentfactory.webjar

Vaadin (Component Factory)

Vaadin Component Factory Components

Versions

Version
1.2.4
1.2.3
1.2.2
1.2.0