UNPKG

chrome-devtools-frontend

Version:
6 lines (3 loc) 223 B
# No label associated with a form field A `<label>` isn't associated with a form field. To fix this issue, nest the `<input>` in the `<label>` or provide a `for` attribute on the `<label>` that matches a form field `id`.