Skip to content

Commit 2221cf6

Browse files
committed
fix(suggest): add aria label to search input
1 parent 4a4fc83 commit 2221cf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/angular/components/ui-suggest/src/ui-suggest.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
[uiAutofocus]="isOpen &&
194194
searchable"
195195
[attr.maxlength]="maxLength"
196+
[attr.aria-label]="ariaLabel ?? placeholder"
196197
[refocus]="isOpen"
197198
selectionLocation="end"
198199
autocomplete="off"

0 commit comments

Comments
 (0)