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 1
1
<template >
2
2
<div class =" form-group formly-input" :class =" [ to.type, {'formly-has-value': model[field.key], 'formly-has-focus': form[field.key].$active}]" >
3
3
<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 " >
5
5
</div >
6
6
</template >
7
7
You can’t perform that action at this time.
0 commit comments