We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4d2607 + f4ab7a1 commit 6bd5207Copy full SHA for 6bd5207
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