Commit 823d564 1 parent 63a233e commit 823d564 Copy full SHA for 823d564
File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,16 @@ const DateRangePicker = ({
64
64
dateFormat = "yyyy-MM-dd"
65
65
placeholderText = { startDatePlaceholder || "" }
66
66
popperPlacement = "bottom-start"
67
+ popperModifiers = { [
68
+ {
69
+ name : "flip" ,
70
+ enabled : false
71
+ } ,
72
+ {
73
+ name : "hide" ,
74
+ enabled : false
75
+ }
76
+ ] }
67
77
onCalendarOpen = { handleCalendarOpen }
68
78
onCalendarClose = { handleCalendarClose }
69
79
onClick = { e => {
@@ -87,6 +97,16 @@ const DateRangePicker = ({
87
97
dateFormat = "yyyy-MM-dd"
88
98
placeholderText = { endDatePlaceholder || "" }
89
99
popperPlacement = "bottom-end"
100
+ popperModifiers = { [
101
+ {
102
+ name : "flip" ,
103
+ enabled : false
104
+ } ,
105
+ {
106
+ name : "hide" ,
107
+ enabled : false
108
+ }
109
+ ] }
90
110
onCalendarOpen = { handleCalendarOpen }
91
111
onCalendarClose = { handleCalendarClose }
92
112
// withPortal
You can’t perform that action at this time.
0 commit comments