NG-ZORRO / ng-zorro-antd

Angular UI Component Library based on Ant Design
https://ng.ant.design
MIT License
8.88k stars 3.94k forks source link

Date Range Picker dropdown calendar display incomplete #8138

Open wufuhai opened 1 year ago

wufuhai commented 1 year ago

Reproduction link

https://codesandbox.io/s/ng-zorro-antd-ivy-forked-5g8y8z?file=/src/app/app.component.ts&resolutionWidth=400&resolutionHeight=675

Steps to reproduce

  1. Click the Date Range Picker input component

What is expected?

Responsively render only one month dates in calendar view as there is not enough space to display 2 months.

What is actually happening?

In mobile view it will render the same display like web desktop view. In mobile view there is not enough space to display 2 months in the dropdown.

Environment Info
ng-zorro-antd 16.2.1
Browser Edge
StartikOfficial commented 5 months ago

Will it be fixed? Still have the same problem