Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
feat(datepicker): add year selector dropdown (#2060)
Browse files Browse the repository at this point in the history
  • Loading branch information
JDarke authored May 11, 2020
1 parent 52d30a3 commit b159d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/input/DatePickerWithLabelFormGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const DatePickerWithLabelFormGroup = (props: Props) => {
disabled={!isEditable}
feedback={feedback}
isInvalid={isInvalid}
showYearDropdown
onChange={(inputDate) => {
if (onChange) {
onChange(inputDate)
Expand Down

1 comment on commit b159d7a

@vercel
Copy link

@vercel vercel bot commented on b159d7a May 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.