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

[nzDatePicker] picker is not opened after label click in nz-form-item #6805

Closed konossow closed 3 years ago

konossow commented 3 years ago

Reproduction link

https://stackblitz.com/edit/angular-4biav6

Steps to reproduce

  1. Click on label 'DatePicker:'

What is expected?

  1. Date picker is opened

What is actually happening?

  1. Date picker is not opened
Environment Info
ng-zorro-antd 11.4.1
Browser Chrome

This unexpected behavior occurs only in our application. I cannot reproduce this problem on stackblitz even if the code is exactly the same. I posted a screen from our app with a DOM structure. image I inspected that onClickInputBox method from picker component is not called in our case. Did I miss something?

konossow commented 3 years ago

Solved after update to 11.4.2 by #6626.