Closed piotrGTX closed 2 years ago
Ohhh interesting. You indeed found a bug, thank you for reporting it. To my surprise, I see that the timing of formControlName
is different than ngModel
. So I see the cause of the problem ... now to find a solution ...
This should be fixed in the next release (see commit linked by Git directly above)
Hello, I think I found a bug.
"s-libs" version 14.0.0 "angular" version 14.0.7
I create component like this:
TS:
HTML:
USAGE:
"control.errors" has always a null value 😢 I found solution -> reassign control in
But maybe I do something wrong 💻
ngAfterContentInit
inSOLUTION: