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

Input: pass native types to input element

parent 2e4e5906
......@@ -24,6 +24,7 @@
v-if="type !== 'textarea'"
class="el-input__inner"
v-bind="$attrs"
:type="type"
:disabled="inputDisabled"
:autocomplete="autoComplete"
: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