Skip to content

WDFN-651 - Date picker defaulting to same month/year combo, not CURRENT month/year

Bucknell, Mary S. requested to merge mbucknell/waterdataui:wdfn-651 into main

Before making a pull request

  • Run all linters (make lint)
  • Run all tests (make test)
  • Update the changelog appropriately
  • If making a release, update code.json, versionNumber and metadataLastUpdated.

Description

Removed the USWDS date time picker and added code to set the attributes for the start and end date pickers to have the behavior we want which is to default the end date picker to the current date while maintaining the correct settings of the minDate, maxDate, and rangeDate data attributes.

After making a pull request

  • If appropriate, put the link to the PR in the JIRA ticket
  • Assign someone to review unless the change is trivial

Merge request reports