Browse Source

Input: pass native types to input element

Leopoldthecoder 7 years ago
parent
commit
8ce9978ee1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/input/src/input.vue

+ 1 - 0
packages/input/src/input.vue

@@ -24,6 +24,7 @@
         v-if="type !== 'textarea'"
         class="el-input__inner"
         v-bind="$attrs"
+        :type="type"
         :disabled="inputDisabled"
         :autocomplete="autoComplete"
         :value="currentValue"