Skip to content

Commit f4ab7a1

Browse files
Merge pull request #130 from jdanyow/patch-2
remove disabled attribute from aria-hidden no-result-found example
2 parents 8a788d8 + b933e14 commit f4ab7a1

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)