Skip to content

Commit

Permalink
add year and month picker
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusLevang committed Sep 6, 2024
1 parent 92ffd07 commit f1ed268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/BoxRegistrationModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const BoxRegistrationModal: FC<BoxRegistrationModalProps> = (props: BoxRegistrat

<label className="block text-gray-700 text-lg font-bold mb-1" htmlFor="startDate">Fra dato</label>
<Calendar
showMonthAndYearPickers
aria-label='startDate'
value={dateToCalendarDate(values.startDate)}
onChange={val => void setFieldValue('startDate', val.toDate('UTC'))}
Expand Down

0 comments on commit f1ed268

Please sign in to comment.