Explorar o código

Input: pass native types to input element

Leopoldthecoder %!s(int64=7) %!d(string=hai) anos
pai
achega
8ce9978ee1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"