From c54e9221bb6243611cb1a2e31bb4d60188839922 Mon Sep 17 00:00:00 2001 From: Moe Shaaban Date: Fri, 24 Sep 2021 18:21:22 +0200 Subject: [PATCH] fix(accessibility): screen reader being forced to read headings on day change --- pikaday.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pikaday.js b/pikaday.js index edf38c40..cede5d30 100755 --- a/pikaday.js +++ b/pikaday.js @@ -412,7 +412,7 @@ opts = instance._o, isMinYear = year === opts.minYear, isMaxYear = year === opts.maxYear, - html = '
', + html = '
', monthHtml, yearHtml, prev = true,