Skip to content

Commit f3a39bb

Browse files
authored
fix(ComboBox): qa prop (#828)
1 parent 9ea1b61 commit f3a39bb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/slow-buttons-beam.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cube-dev/ui-kit": patch
3+
---
4+
5+
Improve prop handling in ComboBox.Item

src/components/fields/ComboBox/ComboBox.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2323
import { useEvent } from '../../../_internal';
2424
import { CloseIcon, DirectionIcon, LoadingIcon } from '../../../icons';
@@ -47,6 +47,7 @@ import { useEventBus } from '../../../utils/react/useEventBus';
4747
import { ItemAction } from '../../actions';
4848
import { useFieldProps, useFormProps, wrapWithField } from '../../form';
4949
import { DisplayTransition } from '../../helpers';
50+
import { Item } from '../../Item';
5051
import { Portal } from '../../portal';
5152
import { InvalidIcon } from '../../shared/InvalidIcon';
5253
import { ValidIcon } from '../../shared/ValidIcon';

0 commit comments

Comments
 (0)