UNCLASSIFIED - NO CUI

Skip to content

Feat/datepicker nomodal

Tony Phi requested to merge feat/datepicker-nomodal into main

Adds a no modal version of datepicker by giving the devs a few more levers to customize the date picker

  1. flat - prop to remove the elevation based box shadows as well as the border of the date picker
  2. hideFooter - prop to hide the date shortcut footer as well as the Ok/Cancel buttons
  3. onDayClick / onMonthClick / onYearClick - Added additional handlers that are triggered when the labeled datepicker element is clicked on.

Merge request reports