You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mark a field as touched or dirty after form is created
What is expected?
ant-form-item-with-help class is added to respective nz-form-item when markAsDirty() or markAsTouched() is called.
What is actually happening?
ant-form-item-with-help class is not added to respective nz-form-item when markAsDirty() or markAsTouched() is called.
Environment
Info
ng-zorro-antd
8.1.0
Browser
Firefox 69.0
The text was updated successfully, but these errors were encountered:
goknsh
changed the title
markAsDirty and markAsTouched do not add classes correctly
markAsDirty and markAsTouched does not add classes correctly
Jul 26, 2019
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-start-utad4l
Steps to reproduce
What is expected?
ant-form-item-with-help
class is added to respectivenz-form-item
whenmarkAsDirty()
ormarkAsTouched()
is called.What is actually happening?
ant-form-item-with-help
class is not added to respectivenz-form-item
whenmarkAsDirty()
ormarkAsTouched()
is called.The text was updated successfully, but these errors were encountered: