Skip to content

Adding Placeholder to Date Input breaks the input #43

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}
       />

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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