Skip to content

Adding Placeholder to Date Input breaks the input #43

@jaruesink

Description

@jaruesink

Let's say we want to have a date input with a placeholder like so. Currently this breaks the date formatting and causes an error in the change detection.

       <InputDate
              name="start"
              label="Select Begin Date"
              inputProps={{ placeholder: 'mm/dd/yyyy' }}
              formikProps={dateRangeFormikProps}
       />

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions