File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -102,9 +102,6 @@ const BaseInput: FC<BaseInputProps> = (props) => {
102102 style : null ,
103103 value,
104104 hidden : null ,
105- className : classNames ( prefixCls , {
106- [ `${ prefixCls } -disabled` ] : disabled ,
107- } ) ,
108105 } ) }
109106 { suffixNode }
110107 </ span >
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ export interface CommonInputProps {
1717 affixWrapperClassName ?: string ;
1818 groupClassName ?: string ;
1919 wrapperClassName ?: string ;
20+ inputClassName ?: string ;
2021 allowClear ?: boolean ;
2122 clearIcon ?: ReactNode ;
2223}
@@ -73,7 +74,6 @@ export interface InputProps
7374 showCount ?: boolean | ShowCountProps ;
7475 autoComplete ?: string ;
7576 htmlSize ?: number ;
76- inputClassName ?: string ;
7777}
7878
7979export interface InputRef {
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ exports[`BaseInput prefix and suffix should render properly 1`] = `
5353 prefix
5454 </span >
5555 <input
56- class = " rc-input"
5756 value = " "
5857 />
5958 </span >
@@ -63,7 +62,6 @@ exports[`BaseInput prefix and suffix should render properly 1`] = `
6362 class = " rc-input-affix-wrapper"
6463 >
6564 <input
66- class = " rc-input"
6765 value = " "
6866 />
6967 <span
You can’t perform that action at this time.
0 commit comments