Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
@vaadin-component-factory/vcf-autosuggest
Advanced tools
Web Component with a text input that provides a panel of suggested options.
This is the npm version vcf-autosuggest developed using Polymer 3.
Live demo ↗ | API documentation ↗
Install vcf-autosuggest
:
npm i @vaadin-component-factory/vcf-autosuggest --save
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>
Fork the vcf-autosuggest
repository and clone it locally.
Make sure you have npm installed.
When in the vcf-autosuggest
directory, run npm install
to install dependencies.
Run npm start
to open the demo.
To contribute to the component, please read the guideline first.
Apache License 2
FAQs
Web Component with a text input that provides a panel of suggested options.
We found that @vaadin-component-factory/vcf-autosuggest demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
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.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.