Skip to content

Commit

Permalink
fix(combo-box): add title attribute to input field (#5621)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Black <[email protected]>
  • Loading branch information
2 people authored and Alessandra Davila committed Mar 25, 2020
1 parent 4d8db69 commit 854c1b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/components/ComboBox/ComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ export default class ComboBox extends React.Component {
aria-owns={isOpen ? `${id}__menu` : null}
aria-autocomplete="list"
ref={this.textInput}
title={inputValue}
{...rest}
{...getInputProps({
disabled,
Expand Down

0 comments on commit 854c1b2

Please sign in to comment.