fix: remove input showCount attribute from parent component (#33686)

This commit is contained in:
whwangms 2022-01-12 23:03:23 +08:00 committed by GitHub
parent 319d8f02ec
commit 1c38ef941d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -306,6 +306,7 @@ class Input extends React.Component<InputProps, InputState> {
'inputType',
'bordered',
'htmlSize',
'showCount',
]);
return (
<input