Skip to content

Commit 56e4bb0

Browse files
author
刘欢
committed
fix: add inputProps to DEFAULT_OMIT_PROPS to prevent React DOM warning
1 parent b6cb576 commit 56e4bb0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/SelectInput/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ const DEFAULT_OMIT_PROPS = [
6767
'activeValue',
6868
'onSelectorRemove',
6969
'focused',
70+
'inputProps',
7071
] as const;
7172

7273
export default React.forwardRef<SelectInputRef, SelectInputProps>(function SelectInput(

0 commit comments

Comments
 (0)