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
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[X] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/NationalBankBelgium/stark/blob/master/CONTRIBUTING.md#got-a-question-or-problem
Current behavior
Angiular 14 introduced typed FormControl and FormGroup.
Stark on Angular 14 uses UntypedFormControl and UntypedFormGroup.
Expected behavior
stark-ui should use the typed FormControl and FormGroup.
What is the motivation / use case for changing the behavior?
Environment
Angular version: 14
Stark version: 12.x
Others:
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
Angiular 14 introduced typed
FormControl
andFormGroup
.Stark on Angular 14 uses
UntypedFormControl
andUntypedFormGroup
.Expected behavior
stark-ui
should use the typedFormControl
andFormGroup
.What is the motivation / use case for changing the behavior?
Environment
The text was updated successfully, but these errors were encountered: