From b8c900c3f57c2bab3d9e3453fbb302f73499f0f4 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Fri, 7 Jul 2017 18:58:54 +0200 Subject: [PATCH] fix(select): wrong option amount being read out by NVDA (#5181) Fixes an issue that caused the wrong amount of options to be read out by NVDA. E.g. if the select has 3 options, NVDA reads out " selected, 2 of 4". The issue seems to come from the fact that NVDA considers the trigger as one of the options, potentially because it's clickable. --- src/lib/select/select.html | 8 +++++++- src/lib/select/select.spec.ts | 9 +++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/src/lib/select/select.html b/src/lib/select/select.html index 0eb861f9c22f..870e7883606d 100644 --- a/src/lib/select/select.html +++ b/src/lib/select/select.html @@ -1,4 +1,10 @@ -
+