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
I want to use checkbox with NzForm, I cannot bind the same id to nzFor input of nz-form-label and nzId of nz-checkbox (because this directive doesn't have it).
What problem does this feature solve?
I want to use checkbox with NzForm, I cannot bind the same id to nzFor input of nz-form-label and nzId of nz-checkbox (because this directive doesn't have it).
What does the proposed API look like?
@input() nzId: string | null = null;
The text was updated successfully, but these errors were encountered: