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 ee54d50 commit bbb3a63Copy full SHA for bbb3a63
packages/core/src/components/next/Dropdown/components/Trigger/DropdownInput.tsx
@@ -38,6 +38,7 @@ const DropdownInput = ({ inputSize }: { inputSize?: "small" | "medium" | "large"
38
"aria-labelledby": label ? getLabelProps().id : undefined,
39
"aria-label": inputAriaLabel || (label ? undefined : getLabelProps()?.id),
40
placeholder: hasSelection ? "" : placeholder,
41
+ ref: inputRef,
42
...multipleSelectionDropdownProps
43
})}
44
ref={inputRef}
0 commit comments