Skip to content

Connect labels to input elements #552

@lukasrad02

Description

@lukasrad02

Currently, all labels in the frontend aren't connected to the input element they're describing. Therefore, nothing happens when clicking the label.

Steps to reproduce:

  1. Open the editor
  2. Click the text "Verbindungen anzeigen" in the sidebar
  3. Click the toggle next to "Verbindungen anzeigen"

You can see that clicking the text doesn't change the state of the toggle, while clicking the toggle itself does.

Connecting label and input element would allow users to click on the label instead of the input element itself. This is especially helpful for elements like toggles and also increases accessibility since there is a logical connection between the description of the element and the element itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    LegacyIssues that were created by the 2021 BPenhancementNew feature or requestfrontendIssues mainly related to the frontend

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions