Commit 8ce9978e authored by Leopoldthecoder's avatar Leopoldthecoder Committed by 杨奕

Input: pass native types to input element

parent 2e4e5906
...@@ -24,6 +24,7 @@ ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment