Skip to content

DatePicker Cleanup

Pre-release
Pre-release
Compare
Choose a tag to compare
@StacyGay StacyGay released this 13 May 14:04
· 99 commits to master since this release

DateField Binding behavior fixes

  • ngModel for binding date strings
  • value for date as string|Date types
  • date for binding a Date object

DateField changes persist to StartDateField and EndDateField for the DateRangePicker

date-picker-container now positions relative to its content to allow for positioning correctly over date fields on desktop
this does not affect the mobile version

.date-picker-input-group class now applies showCalendar click event to the calendar icon add-on