You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that the rule doesn't fire when I use it like that:
<label><div></div></label>
It only fires when there is no elements in it:
<label></label>
II think the nesting validation rule is broken. I took a look at the implementation and I think this line is incomplete. It should check if there is a form control inside the children 🙂
The text was updated successfully, but these errors were encountered:
I'm using the accessibility plugin, especially the rule
label-has-for
. My configuration looks like the following:The problem is that the rule doesn't fire when I use it like that:
It only fires when there is no elements in it:
II think the
nesting
validation rule is broken. I took a look at the implementation and I think this line is incomplete. It should check if there is a form control inside the children 🙂The text was updated successfully, but these errors were encountered: