-
Notifications
You must be signed in to change notification settings - Fork 41
Date picker buggy #6066
Copy link
Copy link
Open
Labels
Priority: HighIssue/PR significantly impacts users.Issue/PR significantly impacts users.Type: ImplementationIssue proposes a non-feature change to implementation.Issue proposes a non-feature change to implementation.
Metadata
Metadata
Assignees
Labels
Priority: HighIssue/PR significantly impacts users.Issue/PR significantly impacts users.Type: ImplementationIssue proposes a non-feature change to implementation.Issue proposes a non-feature change to implementation.
observed on CASSbase (Design a new trial & edit trial details)
When setting planting or harvest dates while creating a new trial, the date picker does not allow changing the month or year via the dropdown. However, dates can still be entered manually.
The manual input currently uses an unclear format (appears as mm/dd/yyyy, which is possibly system-dependent). It might be better to enforce an consistent date (eg dd/mm/yyyy) and display the expected format in the input field for clarity.