Skip to content

Disabling text selection and focus for field labels #178

Description

@maxik34

Sometimes, instead of selecting the value from a field, I end up selecting a small label within the field.

I suggest adding the following properties to the CSS for .input-block>label:
user-select: none; – to prevent accidental text selection;
pointer-events: none; – to ensure that clicks pass through to the input field rather than targeting the label text.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions