UNCLASSIFIED - NO CUI

Skip to content

Fix/datepicker dots reactive

Tony Phi requested to merge fix/datepicker-dots-reactive into main

Dots overlay prop wasn't reactively updating the calendar view because it wasn't a part of the useMonthDisplay watch list. After adding it to the watch list, it behaves like a normal prop should.

Merge request reports