We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When using a dynamic for / id attribute on label / input elements the rule label-has-for fails.
label-has-for
error: Form label must have associated control (vue-a11y/label-has-for) <template> <label :for="_uid"> <input :id="_uid"> </label> </template>
Expected behaviour: The rule passes.