Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.0] Fix DOM ids and labels of ingredient editors #2538

Merged
merged 1 commit into from
Jul 31, 2023

Commits on Jul 31, 2023

  1. Fix DOM ids and labels of ingredient editors

    The boolean ingredient editor label tag must
    not have a `for` attribute since it nests the input
    tag. That input does not need an `id` as it is
    nested. Solves an issue with non-clickable
    label on the checkbox.
    
    The image editor label must not have a `for`
    attribute as well, as there is no focusable form
    element.
    tvdeyen committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    15d2ac1 View commit details
    Browse the repository at this point in the history