vue-a11y/eslint-plugin-vuejs-accessibility

`label-has-for` the option `controlComponents` is case sensitive

vhoyer opened this issue · 0 comments

This means that if we register a controlComponent as VInput, but use it on our app as v-input, the rule fails, even tho they point to the same component.