Skip to content

Commit

Permalink
fix: fixed VO when typing a value (carbon-design-system#16647)
Browse files Browse the repository at this point in the history
Co-authored-by: Gururaj J <89023023+Gururajj77@users.noreply.github.com>
  • Loading branch information
guidari and Gururajj77 authored Jun 6, 2024
1 parent 93740ff commit 16f0daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/ComboBox/ComboBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -639,9 +639,9 @@ const ComboBox = forwardRef(
type="text"
tabIndex={0}
aria-haspopup="listbox"
aria-owns={getMenuProps().id}
title={textInput?.current?.value}
{...getInputProps({
'aria-controls': isOpen ? undefined : getMenuProps().id,
placeholder,
ref: { ...mergeRefs(textInput, ref) },
onKeyDown: (
Expand Down

0 comments on commit 16f0daf

Please sign in to comment.