Skip to content

Commit

Permalink
fix(combobox): move role to input element
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Donchev <idonchev@vmware.com>
  • Loading branch information
Jinnie committed Nov 21, 2022
1 parent 05be9f0 commit fa12c4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/angular/src/forms/combobox/combobox.html
Expand Up @@ -47,10 +47,11 @@
</span>
</span>

<span class="clr-combobox-input-wrapper" role="combobox">
<span class="clr-combobox-input-wrapper">
<input
#textboxInput
type="text"
role="combobox"
[id]="inputId()"
class="clr-input clr-combobox-input"
[(ngModel)]="searchText"
Expand Down

0 comments on commit fa12c4b

Please sign in to comment.