vcf-autocomplete

WebJar for vcf-autocomplete

Лицензия

Лицензия

Категории

Категории

Vaadin Взаимодействие с пользователем Веб-фреймворки Auto Библиотеки уровня приложения Code Generators
Группа

Группа

com.vaadin.componentfactory.webjar
Идентификатор

Идентификатор

vcf-autocomplete
Последняя версия

Последняя версия

1.2.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

vcf-autocomplete
WebJar for vcf-autocomplete
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

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

Скачать vcf-autocomplete

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (10)

Идентификатор библиотеки Тип Версия
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)

Модули Проекта

Данный проект не имеет модулей.

<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

Версии библиотеки

Версия
1.2.4
1.2.3
1.2.2
1.2.0