- I have searched the issues of this repository and believe that this is not a duplicate.
Reproduction link
Steps to reproduce
Open codesandbox link and resize browser window to simulate mobile page width and open rangepicker. RangePicker goes outside the browser window, but there isn't a parameter to show only 1 month or something similar.
What is expected?
Adapt to the browser width
What is actually happening?
RangePicker goes outside browser screen
Environment | Info |
---|---|
antd | 4.6.4 |
React | 16.9 |
System | Android |
Browser | Chrome |
4条答案
按热度按时间djmepvbi1#
I am also facing similar issue. There should be a way to render calender one by one
ehxuflar2#
I tried to wrap two panels on mobile devices but absolute positioning behave strange.
Does anyone know how to adapt RangePicker for mobile device?
f1tvaqid3#
Any solutions?
2izufjch4#
Any solutions?
Any solutions? 我觉得首先 1. 先阻止唤起输入框, 2.不要focus聚焦, 聚焦会导致组件画面被放大
@afc163