在React-Day-Picker project中,是否可以更改DayPicker弹出窗口的位置?我在视图的最右边有一个DayPickerInput,然后DayPicker与Input对齐向左打开,但这会使DayPicker被窗口边缘裁剪。
是否有一种方法可以使DayPicker与Input对齐,并使其向左溢出,以免被窗口的边缘截断?
Right now it looks like this
(the dots are the input)
....._____
| |
| |
| |
|_________|
and I want it to look like this
_____.....
| |
| |
| |
|_________|