Skip to content

Input text when placed inside a Label is styled with font-weight:bold #194

@Greg-Smulko

Description

@Greg-Smulko

Placing <input> inside a <label> should be supported properly.

See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label:

<label>Do you like peas?
  <input type="checkbox" name="peas">
</label>

Currently, it's bold:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions