Skip to content

InputComponent - expand type beyond text/number/password #644

@lukasmatta

Description

@lukasmatta

type is currently limited to 'text' | 'number' | 'password':

@Input() type: 'text' | 'number' | 'password' = 'text';

We should also allow email, tel, url, and search so consumers get the right mobile keyboard, autofill, and validation without dropping back to plain text.

Skipping types that already have (or deserve) their own component: date, time, color, file, checkbox, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions