You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably I am missing something obvious, but in my example (which closely follows your your example) only the first 5 items ever appear in the search box dropdown with no way of scrolling to the next 5 (my searches sometimes return up to 100 matches). How do I change the limit or make sure that the user is able to scroll through multiple pages in the dropdown (just like in a "regular" vaadin ComboBox)?
The text was updated successfully, but these errors were encountered:
Hi,
It is not currently possible to scroll the list of suggestions. What you can do is change the size of the list with the setSuggestionListSize(int) method.
Probably I am missing something obvious, but in my example (which closely follows your your example) only the first 5 items ever appear in the search box dropdown with no way of scrolling to the next 5 (my searches sometimes return up to 100 matches). How do I change the limit or make sure that the user is able to scroll through multiple pages in the dropdown (just like in a "regular" vaadin ComboBox)?
The text was updated successfully, but these errors were encountered: