mirror of https://github.com/ElemeFE/element
Input: pass native types to input element
parent
2e4e5906fb
commit
8ce9978ee1
|
@ -24,6 +24,7 @@
|
||||||
v-if="type !== 'textarea'"
|
v-if="type !== 'textarea'"
|
||||||
class="el-input__inner"
|
class="el-input__inner"
|
||||||
v-bind="$attrs"
|
v-bind="$attrs"
|
||||||
|
:type="type"
|
||||||
:disabled="inputDisabled"
|
:disabled="inputDisabled"
|
||||||
:autocomplete="autoComplete"
|
:autocomplete="autoComplete"
|
||||||
:value="currentValue"
|
:value="currentValue"
|
||||||
|
|
Loading…
Reference in New Issue