mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +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',
|
'inputType',
|
||||||
'bordered',
|
'bordered',
|
||||||
'htmlSize',
|
'htmlSize',
|
||||||
|
'showCount',
|
||||||
]);
|
]);
|
||||||
return (
|
return (
|
||||||
<input
|
<input
|
||||||
|
Loading…
Reference in New Issue
Block a user