Skip to content

withFields - list values not checking "dirty" flag correctly #7

Description

@adrians5j

When having a list of values, assigning anything to the field will actually mark the field as dirty, even if a list was completely the same.

This is mainly because fields receive new array instances, and currently that will make the field consider itself dirty, which is in most cases just wrong.

We need to implement a smarter way of checking the received values, and only mark the field dirty when that's truly the case.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions