瀏覽代碼

Input: pass native types to input element

Leopoldthecoder 7 年之前
父節點
當前提交
8ce9978ee1
共有 1 個文件被更改,包括 1 次插入0 次删除
  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"