We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd78f0f commit 0c0e802Copy full SHA for 0c0e802
src/Input.tsx
@@ -27,7 +27,7 @@ const Input = forwardRef<InputRef, InputProps>((props, ref) => {
27
onBlur,
28
onPressEnter,
29
onKeyDown,
30
- prefixCls,
+ prefixCls = 'rc-input',
31
disabled,
32
htmlSize,
33
className,
0 commit comments