We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a788d8 + b933e14 commit f4ab7a1Copy full SHA for f4ab7a1
README.md
@@ -74,7 +74,7 @@ to this element so that screen readers do not mistake this as an auto-complete o
74
handles aria-live announcing number of search results so this should be purely decorative.
75
76
```html
77
-<li role="presentation" aria-hidden="true" disabled data-no-result-found="true">No results found!</li>
+<li role="presentation" aria-hidden="true" data-no-result-found="true">No results found!</li>
78
```
79
80
### A Note on Clear button
0 commit comments