From 85b6e588ebabd850ac8e149cf92305ca70f64479 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Thu, 27 Apr 2023 15:20:04 +0200 Subject: [PATCH] Update .changeset/little-boats-think.md Co-authored-by: Aramis <34432188+sennyeya@users.noreply.github.com> Signed-off-by: Vincenzo Scamporlino --- .changeset/little-boats-think.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/little-boats-think.md b/.changeset/little-boats-think.md index 96bf9685e5..a17cee4ec7 100644 --- a/.changeset/little-boats-think.md +++ b/.changeset/little-boats-think.md @@ -5,5 +5,5 @@ `EntityOwnerPicker` now loads entities asynchronously **BREAKING**: In order to improve the performance of the component, the users and groups displayed by `EntityOwnerPicker` aren't inferred -anymore by the entities available in the `EntityListContext` and are not affected by the filters applied to the `EntityListContext`. +anymore by the entities available in the `EntityListContext` and will no longer react to changes in the filters of `EntityListContext`. Instead, the entities are displayed in batches, loaded asynchronously on scroll and filtered server side.