Hello Stefan,
the Problem occurs when paging is enabled.
I have added following code to your exemple and the suggestion list is limited
pageable: {
refresh: true,
buttonCount: 5,
pageSize: 25,
pageSizes: [25, 50, 75, 100, 'all'],
change: e => {},
},
serverPaging and serverFiltering are set to false
Is there a way to solve this ?
Regards, Henri