Skip to content

When there are many inputs, the form takes a long time to unmount. #712

@ArtemBelousov152

Description

@ArtemBelousov152

The problem is similar to this #471, but it occurs when unmounting a large number of inputs. detachFromForm is called a huge number of times.
I suggest using throttledValidateForm in detachFromForm, just like in attachToForm.
Снимок экрана от 2024-05-30 18-43-19

with throttledValidateForm:
Снимок экрана от 2024-05-30 19-10-45

without throttledValidateForm:
Снимок экрана от 2024-05-30 19-30-06

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions