why my async combobox keeps loading the page until the end of the page? #201
Replies: 1 comment 1 reply
-
Hey @laptopmutia could you share your code please? Is the combobox loading the same page over and over, or is it requesting subsequent pages until it fills up the listbox height? The latter would be expected. The former would suggest you might not be providing the Or it could be something else! I'd need more information to tell. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using pagy btw, it seems async combobox could override my pagination
lets say if my pagination have 1 object per page, async combobox keeps loading it until it have full length for the selections height, how to change this?
Beta Was this translation helpful? Give feedback.
All reactions