Skip to content

Commit 8590532

Browse files
committed
fix(suggest): add aria label to search input
1 parent 26e1034 commit 8590532

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
@@ -164,6 +164,7 @@
164164
[uiAutofocus]="isOpen &&
165165
searchable"
166166
[attr.maxlength]="maxLength"
167+
[attr.aria-label]="ariaLabel ?? placeholder"
167168
[refocus]="isOpen"
168169
selectionLocation="end"
169170
autocomplete="off"

0 commit comments

Comments
 (0)