Closed maxpaleo closed 6 months ago
Yeah, sure, can fix that. Thanks for pointing it out. Look for an update in a day or two.
Fix coming in next release (in the next day or so).
I've just turned the <label>
elements into <span>s
, as there is no static connection between the label and its input, so the for
attribute is not helping at all.
Should be fixed in 1.9.0 -- available now :)
Perfect, thanks!
Minor issue, but it would be useful to fix it to prevent the browser from throwing errors. The keys are rendered using a
<label/>
element, which has afor
property, but the value doesn't specify the matching ID; causing warnings.Screenshots