diff --git a/src/components/input/DatePickerWithLabelFormGroup.tsx b/src/components/input/DatePickerWithLabelFormGroup.tsx index 777b69326e..ea9b923fc0 100644 --- a/src/components/input/DatePickerWithLabelFormGroup.tsx +++ b/src/components/input/DatePickerWithLabelFormGroup.tsx @@ -40,6 +40,7 @@ const DatePickerWithLabelFormGroup = (props: Props) => { disabled={!isEditable} feedback={feedback} isInvalid={isInvalid} + showYearDropdown onChange={(inputDate) => { if (onChange) { onChange(inputDate)