![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@vaadin-component-factory/vcf-autocomplete
Advanced tools
Web Component with a text input that provides a panel of suggested options.
This is the npm version vcf-autocomplete developed using Polymer 3.
Live demo ↗ | API documentation ↗
Install vcf-autocomplete
:
npm i @vaadin-component-factory/vcf-autocomplete --save
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>
Fork the vcf-autocomplete
repository and clone it locally.
Make sure you have npm installed.
When in the vcf-autocomplete
directory, run npm install
to install dependencies.
Run npm start
to open the demo.
To contribute to the component, please read the guideline first.
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
Apache License 2
FAQs
Web Component with a text input that provides a panel of suggested options.
We found that @vaadin-component-factory/vcf-autocomplete demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.