File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
src/components/fields/ComboBox Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @cube-dev/ui-kit " : patch
3+ ---
4+
5+ Improve prop handling in ComboBox.Item
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import {
1818 useOverlay ,
1919 useOverlayPosition ,
2020} from 'react-aria' ;
21- import { Section as BaseSection , Item } from 'react-stately' ;
21+ import { Section as BaseSection } from 'react-stately' ;
2222
2323import { useEvent } from '../../../_internal' ;
2424import { CloseIcon , DirectionIcon , LoadingIcon } from '../../../icons' ;
@@ -47,6 +47,7 @@ import { useEventBus } from '../../../utils/react/useEventBus';
4747import { ItemAction } from '../../actions' ;
4848import { useFieldProps , useFormProps , wrapWithField } from '../../form' ;
4949import { DisplayTransition } from '../../helpers' ;
50+ import { Item } from '../../Item' ;
5051import { Portal } from '../../portal' ;
5152import { InvalidIcon } from '../../shared/InvalidIcon' ;
5253import { ValidIcon } from '../../shared/ValidIcon' ;
You can’t perform that action at this time.
0 commit comments