Skip to content

Commit

Permalink
Remove the aria-label from the ComboboxControl and let value take over.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstine authored and ciampo committed Sep 28, 2022
1 parent 6b1291c commit 99cfdbc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/components/src/combobox-control/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,6 @@ function ComboboxControl( {
instanceId={ instanceId }
ref={ inputContainer }
value={ isExpanded ? inputValue : currentLabel }
aria-label={
currentLabel
? `${ currentLabel }, ${ label }`
: null
}
onFocus={ onFocus }
onBlur={ onBlur }
isExpanded={ isExpanded }
Expand Down

0 comments on commit 99cfdbc

Please sign in to comment.