Skip to content

Support a way to have store skip a Field during dirty checks #4090

@amcclain

Description

@amcclain

We can have an editable grid / store use case where a user can edit fields within the record, but for whatever reason we are also programmatically calculating and mutating values (metadata of some kind) that we want to be effectively ignored for the purposes of evaluating StoreRecord.isDirty.

Currently we have to re-implement a custom dirty check and skip using the store built-ins.

Note that this might be an enhancement to consider while continuing to look at. #4011 as both relate to dirty checks at the record + field level.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions