We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0b9ff commit b7a7dd0Copy full SHA for b7a7dd0
1 file changed
select2.js
@@ -1714,7 +1714,7 @@ the specific language governing permissions and limitations under the Apache Lic
1714
self.liveRegion.text(results.text());
1715
}
1716
else {
1717
- self.liveRegion.text(self.opts.formatMatches(results.find('.select2-result-selectable').length));
+ self.liveRegion.text(self.opts.formatMatches(results.find('.select2-result-selectable:not(".select2-selected")').length));
1718
1719
1720
0 commit comments