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
group: FormGroup<TestModel> = new FormGroup({
id: 1,
});
// should have error here as there's no 123 key in TestModel
ctrl = this.group.get('123');
interface TestModel {
id: number;
}
There's no intellisense when typing in control name as an argument so nothing prevents from entering anything but keys of real model.
It worked back there when it was getControl method (~v.1.7).
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in
Is this a regression?
Yes
Description
There's no intellisense when typing in control name as an argument so nothing prevents from entering anything but keys of real model.
It worked back there when it was
getControl
method (~v.1.7).Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in
Anything else?
No response
Do you want to create a pull request?
No
The text was updated successfully, but these errors were encountered: