Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin-component-factory/vcf-autosuggest

Package Overview
Dependencies
Maintainers
6
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin-component-factory/vcf-autosuggest

Web Component with a text input that provides a panel of suggested options.

  • 1.1.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

<vcf-autosuggest>

Gitter npm version Published on Vaadin Directory

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

Live demo ↗ | API documentation ↗

screenshot

Installation

Install vcf-autosuggest:

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

Usage

Once installed, import it in your application:

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

Add <vcf-autosuggest> 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-autosuggest id="demo1" label="Choose country" placeholder="Start typing a country name..." options="[[options]]">
</vcf-autosuggest>

Running demo

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

  2. Make sure you have npm installed.

  3. When in the vcf-autosuggest 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.

License

Apache License 2

Keywords

FAQs

Package last updated on 21 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc