From 9e0c895013ab328678aa926d9073e4fc54c4821e Mon Sep 17 00:00:00 2001 From: Jeremy Danyow Date: Tue, 25 Feb 2025 14:14:27 -0800 Subject: [PATCH] remove disabled attribute from aria-hidden no-result-found example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 609f080..34757f1 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ to this element so that screen readers do not mistake this as an auto-complete o handles aria-live announcing number of search results so this should be purely decorative. ```html - + ``` ### A Note on Clear button