We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e9a27 commit 673fd47Copy full SHA for 673fd47
src/components/fields/ComboBox/ComboBox.tsx
@@ -327,6 +327,8 @@ export const ComboBox = forwardRef(function ComboBox<T extends object>(
327
>
328
<InputElement
329
qa="Input"
330
+ autoFocus={autoFocus}
331
+ data-autofocus={autoFocus ? '' : undefined}
332
{...mergeProps(inputProps, hoverProps, focusProps)}
333
ref={inputRef}
334
autoComplete={autoComplete}
0 commit comments