NG-ZORRO / ng-zorro-antd

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

Date picker cannot change Date after clicking outside #6595

Closed wenqi73 closed 3 years ago

wenqi73 commented 3 years ago

It's related to https://github.com/NG-ZORRO/ng-zorro-antd/commit/21ded3fa94689d52e01a008ee2eb7c0c541b886b .

dpbug

C3maLi commented 3 years ago

Hello, the problem still persists. If the date is selected, it continues to be triggered again when clicked outside.

It causes such a problem for us, when we make a date selection, we make a query. When we just click outside without making a selection, it also generates a query.

https://stackblitz.com/edit/ng-zorro-datepicker-outside-click

bg