mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
fix: remove input showCount attribute from parent component (#33686)
This commit is contained in:
parent
319d8f02ec
commit
1c38ef941d
@ -306,6 +306,7 @@ class Input extends React.Component<InputProps, InputState> {
|
||||
'inputType',
|
||||
'bordered',
|
||||
'htmlSize',
|
||||
'showCount',
|
||||
]);
|
||||
return (
|
||||
<input
|
||||
|
Loading…
Reference in New Issue
Block a user