Skip to content

FormRecord wraps value in Partial #59985

@niksus-src

Description

@niksus-src

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

Image

Image

Image

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions