Skip to content

Commit 9d9ec23

Browse files
committed
fix(ComboBox): qa prop * 3
1 parent 6960a12 commit 9d9ec23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/fields/ComboBox/ComboBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,7 @@ export const ComboBox = forwardRef(function ComboBox<T extends object>(
15741574
>
15751575
{prefix ? <div data-element="Prefix">{prefix}</div> : null}
15761576
<ComboBoxInput
1577-
qa={qa}
1577+
qa={qa || 'ComboBox'}
15781578
inputRef={inputRef}
15791579
id={id}
15801580
value={effectiveInputValue}

0 commit comments

Comments
 (0)