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
Thanks for reporting this. Nice catch! We always welcome PRs so I'd love to see what you send us. The one thing I'd remind you is to consider how to minimize the impact to existing code, if any.
Thanks again for your contribution. I look forward to your PR.
The following code:
Generates the following HTML:
The
for
attribute on the label does not match the check box id because it's using namespace. It should be:The workaround is to explicitly specify the id instead of using namespace:
I'd be happy to put together a PR to address this if you'd like!
The text was updated successfully, but these errors were encountered: