Skip to content

pat-validation: Validate a date input which was changed to text. #1182

@thet

Description

@thet

There are cases where a <input type="date"> is changed to <input type="text"> by pat-date-picker:

  1. If a browser does not support the date type (should be rare these days),
  2. If we want to prevent the native date picker but use the JS one (e.g. for i18n where the browser language is different from the websites's UI language, where we need to support options not available with the native date picker, ...)

The date validation should then still be active. For that we need some changes in pat-validation. E.g. pat-validation validating text inputs with a pat-date-picker class.

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