ion-datepicker icon indicating copy to clipboard operation
ion-datepicker copied to clipboard

adjust selected date functionality

Open uptownjimmy opened this issue 5 years ago • 0 comments

Make current day (instead of the the max possible day) the default selected day when:

  • user opens datepicker modal
  • user selects a day that will be past the maxTestDate if user then selects nextMonth
  • user clicks nextMonth

Notes:

  • Previous functionality would have the highest possible day selected, which is confusing.
  • Ideally, no day would be selected under these circumstances, but that seems difficult given the nature of the code logic.

uptownjimmy avatar Oct 01 '19 17:10 uptownjimmy