Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alijahanpak/vue-auto-complete-textarea
flexible and simple use Vue auto complete textarea
https://github.com/alijahanpak/vue-auto-complete-textarea
suggestion textarea textarea-autocomplete vue vuejs
Last synced: 2 days ago
JSON representation
flexible and simple use Vue auto complete textarea
- Host: GitHub
- URL: https://github.com/alijahanpak/vue-auto-complete-textarea
- Owner: alijahanpak
- License: mit
- Created: 2019-08-08T06:03:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T05:10:51.000Z (about 4 years ago)
- Last Synced: 2024-10-12T03:09:21.974Z (about 1 month ago)
- Topics: suggestion, textarea, textarea-autocomplete, vue, vuejs
- Language: Vue
- Homepage:
- Size: 22.5 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-auto-complete-textarea
## Install
```
$ npm install --save vue-auto-complete-textarea
```Register the component :
```html
import "vue-auto-complete-textarea";
import 'vue-auto-complete-textarea/dist/vue-auto-complete-textarea.css';```
### How to use :
```html
Lable
```
### props:| Name | Type | Description
| ------------- |--------------- |------------:
| option | Array of object | option list
| name | String | textarea name attribute### v-validate:
```html
Lable
Error Text!```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).