I'm using basic ionic searchable component and it's working fine,
<ion-item>
<ion-label>Port</ion-label>
<select-searchable
item-content
[(ngModel)]="port"
[items]="ports"
itemValueField="id"
itemTextField="name"
[canSearch]="true"
(onChange)="portChange($event)">
</select-searchable>
</ion-item>
The problem is that I've a pretty big array, around 8k records, and it loads really slow, how can I overcome that? any ideas? Can I display a small chunk of the data but still search in the whole array? thanks.
here's the component I'm working with. https://www.npmjs.com/package/ionic-select-searchable
This issue arises due to some reasons like,
For further reference follow those links below
https://github.com/ionic-team/ionic/issues/12558 https://github.com/ionic-team/ionic/issues/10087
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With