File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div class =" form-group formly-input" :class =" [ to.type, {'formly-has-value': model[field.key], 'formly-has-focus': form[field.key].$active}]" >
33 <label v-if =" to.label" :for =" to.id ? to.id : null" >{{to.label}}</label >
4- <input class =" form-control" :class =" to.classes" :id =" to.id ? to.id : null" type =" text" v-model =" model[field.key]" @blur =" onBlur" @focus =" onFocus" @click =" onClick" @change =" onChange" @keyup =" onKeyup" @keydown =" onKeydown" v-formly-atts =" to.atts" >
4+ <input class =" form-control" :class =" to.classes" :id =" to.id ? to.id : null" type =" text" v-model =" model[field.key]" @blur =" onBlur" @focus =" onFocus" @click =" onClick" @change =" onChange" @keyup =" onKeyup" @keydown =" onKeydown" v-formly-atts =" to.atts" v-formly-input-type = " to.type " >
55 </div >
66</template >
77
You can’t perform that action at this time.
0 commit comments