Skip to content

Commit

Permalink
#3896: Partially revert commit 02cba81
Browse files Browse the repository at this point in the history
Fixes the problem that the month or year pop-ups for a date input inside a modal dialog would disappear immediately.
Note that this no longer suffers from issue #3565
  • Loading branch information
gjvoosten committed Oct 27, 2021
1 parent 47a85f7 commit f9573a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/CustomDateInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const CustomDateInput = ({
showActionsBar
closeOnSelection={!withTime}
timePickerProps={timePickerProps}
popoverProps={{ usePortal: true, placement }}
popoverProps={{ usePortal: false, placement }}
disabled={disabled}
/>
)
Expand Down

0 comments on commit f9573a5

Please sign in to comment.