-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Labels
Milestone
Description
Which @angular/* package(s) are the source of the bug?
forms
Is this a regression?
Yes
Description
When using formRecord, it wraps the value in partial, even when the values on the key exactly exist
Please provide a link to a minimal reproduction of the bug
https://stackblitz-starters-xoj4vkjq.stackblitz.io
Please provide the exception or error you saw
check the return type of the getRawValue function
Please provide the environment you discovered this bug in (run ng version)
"rxjs": "7.5.0",
"tslib": "2.6.2",
"zone.js": "0.14.3",
"@angular/core": "17.2.3",
"@angular/forms": "17.2.3",
"@angular/common": "17.2.3",
"@angular/router": "17.2.3",
"@angular/compiler": "17.2.3",
"@angular/animations": "17.2.3",
"@angular/platform-browser": "17.2.3",
"@angular/material": "17.0.4",
"@angular/cdk": "17.1.3"
Anything else?
No response
Reactions are currently unavailable


