fix: input-number type not work (#4049)

pull/4039/head
vuthanhbayit 2021-05-10 09:41:32 +07:00 committed by GitHub
parent 23ab83c533
commit 9bb90e78d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ const inputNumberProps = {
autoComplete: PropTypes.string,
title: PropTypes.string,
name: PropTypes.string,
type: PropTypes.string,
id: PropTypes.string,
};