NG-ZORRO / ng-zorro-antd-mobile

A configurable Mobile UI components based on Ant Design Mobile and Angular. 🐜
http://ng.mobile.ant.design
Other
798 stars 239 forks source link

fix(module:date-picker): 修复设置最小值的情况下,月份变更后,日期筛选不完整的bug #849

Closed ai3eason365 closed 1 year ago

ai3eason365 commented 2 years ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Application (the showcase website) / infrastructure changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[ ] No

Other information

ai3eason365 commented 2 years ago

修复#836的bug

mshmyw commented 2 years ago

本地试了下,在#836的case下,还是会有问题。 safari中,复现问题: 两个选择器a,b。选择器b的最小值是a当前选择的值 步骤1:选择器a选择2021年12月15号,选择器b也选择2021年12月15日 步骤2:选择器a选择2021年11月15号,此时,选择器b中日期会展示错误(无法展示2021年11月15日)