preline icon indicating copy to clipboard operation
preline copied to clipboard

Advanced select with infinite scroll has a bug in search

Open GriFMenT opened this issue 4 months ago • 2 comments

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

  1. 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);

  2. Start scrolling to any next request to "api";

  3. 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

Image

GriFMenT avatar Sep 04 '25 12:09 GriFMenT

Same here... Found any workaround for this issue?

Rudiney avatar Dec 04 '25 18:12 Rudiney

Thanks for reporting the issue - the issue has been internally fixed and will be included in the upcoming v4.0 release soon.

jahaganiev avatar Dec 04 '25 19:12 jahaganiev