https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37893 --- Comment #53 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- (In reply to David Cook from comment #52)
(In reply to David Cook from comment #50)
I cannot see this. Can you please provide more information e.g. which page, what browser.
Yep, my bad. I should've been more specific. I can't recall exactly now, but I do have one example which I'll explain and provide a screenshot for.
Looking at this again and I think I see what it means. While many labels have a "for" attribute, they're not for a single form input, so they're not actually usable.
I see it now as well, yes. This appears to be an issue in the framework itself, if you create a new ERM agreement you get the same errors: http://localhost:8081/cgi-bin/koha/erm/agreements/add I think that's out of scope here, v-select elements seem to trigger this warning, boolean/radio elements also seem to trigger this warning due to the way HTML elements are rendered. -- You are receiving this mail because: You are watching all bug changes.