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

Date range selector should enforce end date > start date #1661

Open
mturner-ml opened this issue Sep 3, 2024 · 0 comments
Open

Date range selector should enforce end date > start date #1661

mturner-ml opened this issue Sep 3, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@mturner-ml
Copy link

Steps to repro:

  1. Add a ui.input_date_range component
  2. Select a start date
  3. Select an end date < start date. This is allowed.

Expected: Minimum selectable date for the end of the range should be the selected date for the start of the range. This is consistent with standard UI practice.

Selecting a new start date > end date could reset the end date to the new start date.

@schloerke schloerke added bug Something isn't working and removed needs-triage labels Sep 3, 2024
@cpsievert cpsievert added this to the v1.1.0 milestone Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants