OpenVAA / voting-advice-application

An open-source platform for creating Voting Advice Applications (VAAs)
https://demo.openvaa.org/
GNU General Public License v3.0
8 stars 0 forks source link

a11y: fix MultilangTextInput label targeting #557

Open kaljarv opened 3 weeks ago

kaljarv commented 3 weeks ago

The <laber for={id}> model creates errors when the localized fields are expanded.

This could be corrected by using labelledby in the <textarea>s instead of defining the for attribute.