Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(DatePicker): fix programmatic set of date in range mode #4814

Merged
merged 4 commits into from
Jan 10, 2020

Commits on Dec 4, 2019

  1. fix(DatePicker): fix programmatic set of date in range mode

    This change adds a logic to re-format dates in `<input>` when
    Flatpickr's `setDate()` API is called. Flatpickr's range plugin has a
    similar logic to do that, but runs only if the second argument is
    `true`.
    
    Fixes carbon-design-system#4803.
    asudoh committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    230f5e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Configuration menu
    Copy the full SHA
    e21840c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Configuration menu
    Copy the full SHA
    7348e5a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Configuration menu
    Copy the full SHA
    9ad7312 View commit details
    Browse the repository at this point in the history