We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3675081 commit 9e0c895Copy full SHA for 9e0c895
1 file changed
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