Skip to content

Commit

Permalink
Apply fix from snehilvj#496
Browse files Browse the repository at this point in the history
  • Loading branch information
Othman El Hammouchi committed Jan 29, 2025
1 parent 9de8910 commit 2d65c08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ts/components/dates/MonthPickerInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ const MonthPickerInput = (props: Props) => {
type={type}
minDate={stringToDate(minDate)}
maxDate={stringToDate(maxDate)}
popoverProps={{ returnFocus: true }}
{...others}
/>
</div>
Expand Down

0 comments on commit 2d65c08

Please sign in to comment.