Advanced select with infinite scroll has a bug in search
Summary
When using search inside a select with infinite loading, the search parameter for queries does not work correctly during further scrolling, i.e. having written a value in the search, it is not transmitted to subsequent queries to the "api" during scrolling.
Steps to Reproduce
-
Write any valid value in the search so that its result exceeds the display limit of options in the select (so that it can be scrolled);
-
Start scrolling to any next request to "api";
-
We see that the query search parameter is missing from the request.
Demo Link
Expected Behavior
Query search parameter should be saved and passed when scrolling.
Actual Behavior
The query parameter is added only when entered into the search input and upon further scrolling it stops being transmitted in the request to "api".
Screenshots
Same here... Found any workaround for this issue?
Thanks for reporting the issue - the issue has been internally fixed and will be included in the upcoming v4.0 release soon.