https://github.com/vaadin-component-factory/vcf-auto-select-combobox
Web Component of AutoSelectCombobox
https://github.com/vaadin-component-factory/vcf-auto-select-combobox
addon javascript vaadin webcomponent
Last synced: about 2 months ago
JSON representation
Web Component of AutoSelectCombobox
- Host: GitHub
- URL: https://github.com/vaadin-component-factory/vcf-auto-select-combobox
- Owner: vaadin-component-factory
- License: apache-2.0
- Created: 2022-04-07T13:06:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T09:34:09.000Z (about 1 year ago)
- Last Synced: 2024-04-17T10:09:41.674Z (about 1 year ago)
- Topics: addon, javascript, vaadin, webcomponent
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# <vcf-auto-select-combobox>
<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.**
## Installation
Install `vcf-auto-select-combobox`:
```sh
npm i @vaadin-component-factory/vcf-auto-select-combobox --save
```## Usage
Once installed, import it in your application:
```js
import '@vaadin-component-factory/vcf-auto-select-combobox';
```Add `` element to the page.
```html
```
## Running demo
1. Fork the `vcf-auto-select-combobox` repository and clone it locally.
1. Make sure you have [npm](https://www.npmjs.com/) installed.
1. When in the `vcf-auto-select-combobox` directory, run `npm install` to install dependencies.
1. Run `npm run serve` to open the demo.
## License
Apache License 2.0