Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/components/src/DatePicker/DatePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function getDatePickerClassNames(
// react-datepicker uses this class name to not close the date picker when
// the activator is clicked
// https://github.com/Hacker0x01/react-datepicker/blob/master/src/index.jsx#L905
//
// Force build
// It uses react-onclickoutside package and declaring some elements to be
// ignored via said class name
// https://www.npmjs.com/package/react-onclickoutside#marking-elements-as-skip-over-this-one-during-the-event-loop
Expand Down
Loading