Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).