diff --git a/src/components/Datepicker.tsx b/src/components/Datepicker.tsx index e4bef65..581c0bd 100644 --- a/src/components/Datepicker.tsx +++ b/src/components/Datepicker.tsx @@ -40,7 +40,8 @@ const Datepicker: React.FC = ({ inputName, startWeekOn = "sun", classNames = undefined, - popoverDirection = undefined + popoverDirection = undefined, + justifyCalendar = "start" }) => { // Ref const containerRef = useRef(null); @@ -318,7 +319,9 @@ const Datepicker: React.FC = ({