diff --git a/packages/react/src/components/ComboBox/ComboBox.js b/packages/react/src/components/ComboBox/ComboBox.js index 01af0f007378..7178dd32a618 100644 --- a/packages/react/src/components/ComboBox/ComboBox.js +++ b/packages/react/src/components/ComboBox/ComboBox.js @@ -226,10 +226,12 @@ const ComboBox = React.forwardRef((props, ref) => { const inputClasses = cx(`${prefix}--text-input`, { [`${prefix}--text-input--empty`]: !inputValue, + [`${prefix}--combo-box--input--focus`]: isFocused && !isFluid, }); // needs to be Capitalized for react to render it correctly const ItemToElement = itemToElement; + return ( { } }, }); + const inputProps = getInputProps({ // Remove excess aria `aria-labelledby`. HTML