<vcf-auto-select-combobox> is a Web Component providing extra features for combobox such as having error message while focus lost or matching the value when there is only one value in blur when focus lost or hitting enter.
Run npm install and follow the prompts to setup the workspace.
Install vcf-auto-select-combobox:
npm i @vaadin-component-factory/vcf-auto-select-combobox --saveOnce installed, import it in your application:
import '@vaadin-component-factory/vcf-auto-select-combobox';Add <vcf-auto-select-combobox> element to the page.
<vcf-auto-select-combobox></vcf-auto-select-combobox>-
Fork the
vcf-auto-select-comboboxrepository and clone it locally. -
Make sure you have npm installed.
-
When in the
vcf-auto-select-comboboxdirectory, runnpm installto install dependencies. -
Run
npm run serveto open the demo.
Apache License 2.0