Skip to content

Select: refresh method works only if data is passed #424

@dioslaska

Description

@dioslaska

Prior to 3.1.0 the refresh method also worked this way:

inst.settings.data = newData;
inst.refresh();

In 3.1.0 this should be changed to:

inst.refresh(newData);

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