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
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.
lockbot
locked as resolved and limited conversation to collaborators
Feb 19, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm submitting a...
Current behavior
采用响应式表单,form.reset() 后表单未重置
Others: 是否和这段代码有关,表单重置后value为null
--> nz-cascader.component.ts
writeValue(value: any): void { if (value == null) { return; } }
The text was updated successfully, but these errors were encountered: