swiss / styleguide

admin.ch styleguide
https://swiss.github.io/styleguide
MIT License
123 stars 36 forks source link

"Chosen" is not accessible, all dropdowns are automatically inaccessible #648

Closed cstuder closed 5 years ago

cstuder commented 5 years ago

The Swiss Style Guide automatically applies the Chosen library to all <select> elements due to the code in file

https://github.com/swiss/styleguide/blob/master/src/assets/js/select.js

Chosen isn't accessible, rendering any page using a <select> element automatically inaccessible when using the shipped main.js.

(Found out the hard way by working on Priminfo.ch for the BAG, trying to get it certificed by Access-4-All.)

cstuder commented 5 years ago

Sorry, duplicate of #644