Skip to content

Commit 0c0e802

Browse files
authored
feat: default prefixCls rc-input (#7)
1 parent bd78f0f commit 0c0e802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const Input = forwardRef<InputRef, InputProps>((props, ref) => {
2727
onBlur,
2828
onPressEnter,
2929
onKeyDown,
30-
prefixCls,
30+
prefixCls = 'rc-input',
3131
disabled,
3232
htmlSize,
3333
className,

0 commit comments

Comments
 (0)