Skip to content

An <input> without a type attribute is not styled #40

@NeilBrommer

Description

@NeilBrommer

If an <input> doesn't have a type attribute, then the WDS input styling is not applied. However, this input is treated by the browser as the same a type="text", so the same styles should be applied.

Adding the selector input:not([type]) everywhere that input[type=text] is used should fix this.

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