From 9bb90e78d1d21b224c1bb523ec8c38ae2168003e Mon Sep 17 00:00:00 2001 From: vuthanhbayit <37856246+vuthanhbayit@users.noreply.github.com> Date: Mon, 10 May 2021 09:41:32 +0700 Subject: [PATCH] fix: input-number type not work (#4049) --- components/vc-input-number/src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/vc-input-number/src/index.js b/components/vc-input-number/src/index.js index b3fc4ce23..1648babe1 100755 --- a/components/vc-input-number/src/index.js +++ b/components/vc-input-number/src/index.js @@ -75,6 +75,7 @@ const inputNumberProps = { autoComplete: PropTypes.string, title: PropTypes.string, name: PropTypes.string, + type: PropTypes.string, id: PropTypes.string, };