Skip to content

Commit bbb3a63

Browse files
committed
fix input ref
1 parent ee54d50 commit bbb3a63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/components/next/Dropdown/components/Trigger/DropdownInput.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const DropdownInput = ({ inputSize }: { inputSize?: "small" | "medium" | "large"
3838
"aria-labelledby": label ? getLabelProps().id : undefined,
3939
"aria-label": inputAriaLabel || (label ? undefined : getLabelProps()?.id),
4040
placeholder: hasSelection ? "" : placeholder,
41+
ref: inputRef,
4142
...multipleSelectionDropdownProps
4243
})}
4344
ref={inputRef}

0 commit comments

Comments
 (0)