0.1.15 • Published 4 years ago

vue-editable-fields v0.1.15

Weekly downloads
58
License
-
Repository
github
Last release
4 years ago

vue-editable-fields

Installation

Using npm

npm i vue-editable-fields

Import

import  {Textbox, Selectbox} from "vue-editable-fields"

Globle use

Vue.use(Textbox)
Vue.use(Selectbox)

Use in component

Add below code in components property

Textbox, Selectbox

Add tag in template

<Textbox/>
<Selectbox>

Textbox Prop List

PropTypeRequired
inputValueStringNo
classesStringNo
isNumericBooleanNo
isMutiLineBooleanNo

Textbox fields events

Eventsreturn
inputString
saveString

Selectbox Prop List

PropTypeRequired
selectedOptionStringNo
optionsArrayNo
showDefaultOptionBooleanNo
classesString or ArrayNo
defaultOptionLabelStringNo

Selectbox fields events

Eventsreturn
selectOptionString
saveString
0.1.15

4 years ago

0.1.14

4 years ago

0.1.13

4 years ago

0.1.12

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.4

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago