diff --git a/src/_common b/src/_common index 1d69c2169..431f7a9d9 160000 --- a/src/_common +++ b/src/_common @@ -1 +1 @@ -Subproject commit 1d69c2169a645e6ce4655d2b5b29d86a797aa8e7 +Subproject commit 431f7a9d9cc5f7f63b7eb9d5879da2e6c6149ae5 diff --git a/src/input/input.tsx b/src/input/input.tsx index 347763d8d..6df3f6989 100644 --- a/src/input/input.tsx +++ b/src/input/input.tsx @@ -121,6 +121,12 @@ export default mixins(getConfigReceiverMixins('input }, immediate: true, }, + type: { + handler(val) { + this.renderType = val; + }, + immediate: true, + }, }, created() {