소스 검색

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"