Skip to content

html: incorrect use of <label for= #289

@breitsi

Description

@breitsi

The “for” attribute of the <label for=""> tag often does not find an element with the same ID.

In form_row.tsx you write a <label for={this.id} every time. But often the child element (rendered with {inner}) don't generate an element with the needed id. This happens, for example, with tags, canvas and groups.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions