We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ab83c commit 9bb90e7Copy full SHA for 9bb90e7
components/vc-input-number/src/index.js
@@ -75,6 +75,7 @@ const inputNumberProps = {
75
autoComplete: PropTypes.string,
76
title: PropTypes.string,
77
name: PropTypes.string,
78
+ type: PropTypes.string,
79
id: PropTypes.string,
80
};
81
0 commit comments