Skip to content

Commit 6bd5207

Browse files
Merge branch 'main' into patch-3
2 parents a4d2607 + f4ab7a1 commit 6bd5207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ to this element so that screen readers do not mistake this as an auto-complete o
7474
handles aria-live announcing number of search results so this should be purely decorative.
7575
7676
```html
77-
<li role="presentation" aria-hidden="true" disabled data-no-result-found="true">No results found!</li>
77+
<li role="presentation" aria-hidden="true" data-no-result-found="true">No results found!</li>
7878
```
7979
8080
### A Note on Clear button

0 commit comments

Comments
 (0)