0.1.7 • Published 6 years ago
vue-auto-complete-input v0.1.7
vue-auto-complete-input
Install
$ npm install --save vue-auto-complete-input
Register the component : public, or a similar entry point, just import your library using:
import "vue-auto-complete-input";
import 'vue-auto-complete-input/dist/vue-auto-complete-input.css';
How to use :
<label>Lable
<vue-auto-complete-input
:name="'description'"
:options = "[{'id':'', 'text' : ''}]"
v-model="input.description">
</vue-auto-complete-input>
</label>
props:
Name | Type | Description |
---|---|---|
option | Array of object | Option list |
name | String | textarea name attribute |
v-validate:
<label>Lable
<vue-auto-complete-input
:name="'description'"
v-validate="'required'"
:class="{'input': true, 'error-border': errors.has('description')}"
:options = "[{'id':'', 'text' : ''}]"
v-model="input.description">
</vue-auto-complete-input>
<span v-show="errors.has('description')" class="error-font">Error Text!</span>
</label>
Customize configuration
0.1.7
6 years ago
0.1.612
6 years ago
0.1.611
6 years ago
0.1.61
6 years ago
0.1.6
6 years ago
0.1.52
6 years ago
0.1.51
6 years ago
0.1.5
6 years ago
0.1.49
6 years ago
0.1.48
6 years ago
0.1.46
6 years ago
0.1.45
6 years ago
0.1.43
6 years ago
0.1.42
6 years ago
0.1.41
6 years ago
0.1.4
6 years ago
0.1.3593
6 years ago
0.1.3592
6 years ago
0.1.3591
6 years ago
0.1.359
6 years ago
0.1.358
6 years ago
0.1.357
6 years ago
0.1.356
6 years ago
0.1.355
6 years ago
0.1.352
6 years ago
0.1.351
6 years ago
0.1.35
6 years ago
0.1.34
6 years ago
0.1.33
6 years ago
0.1.32
6 years ago
0.1.31
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago