0.1.7 • Published 6 years ago

vue-auto-complete-input v0.1.7

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

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:

NameTypeDescription
optionArray of objectOption list
nameStringtextarea 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

See Configuration Reference.

0.1.7

6 years ago

0.1.612

7 years ago

0.1.611

7 years ago

0.1.61

7 years ago

0.1.6

7 years ago

0.1.52

7 years ago

0.1.51

7 years ago

0.1.5

7 years ago

0.1.49

7 years ago

0.1.48

7 years ago

0.1.46

7 years ago

0.1.45

7 years ago

0.1.43

7 years ago

0.1.42

7 years ago

0.1.41

7 years ago

0.1.4

7 years ago

0.1.3593

7 years ago

0.1.3592

7 years ago

0.1.3591

7 years ago

0.1.359

7 years ago

0.1.358

7 years ago

0.1.357

7 years ago

0.1.356

7 years ago

0.1.355

7 years ago

0.1.352

7 years ago

0.1.351

7 years ago

0.1.35

7 years ago

0.1.34

7 years ago

0.1.33

7 years ago

0.1.32

7 years ago

0.1.31

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago