We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://stackblitz.com/edit/angular-klbag5
just run minimal reproduction and verify that the touched state of nz-select component is equal true.
Initial touched state equals false.
Initial touched state equals true.
This behavior only happens if the initial disabled state is true. I noticed that touched state is changed at ngAfterViewInit lifecycle hook.
The text was updated successfully, but these errors were encountered:
fix(module:select): fix select init touched state error when disabled (…
ba9d454
…#3084) close #3059
d28b2fd
…NG-ZORRO#3084) close NG-ZORRO#3059
f75b99e
vthinkxie
Successfully merging a pull request may close this issue.
Reproduction link
https://stackblitz.com/edit/angular-klbag5
Steps to reproduce
just run minimal reproduction and verify that the touched state of nz-select component is equal true.
What is expected?
Initial touched state equals false.
What is actually happening?
Initial touched state equals true.
This behavior only happens if the initial disabled state is true. I noticed that touched state is changed at ngAfterViewInit lifecycle hook.
The text was updated successfully, but these errors were encountered: