NG-ZORRO / ng-zorro-antd

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

Date Range Picker dropdown calendar display incomplete #8138

Open wufuhai opened 8 months ago

wufuhai commented 8 months 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 1 week ago

Will it be fixed? Still have the same problem