Hello,
I have 50k array. I need to search items from local array (NOT SERVER-SIDE). How can i do this?
Example:
var 50KArray = […];
$(".select2").select2({
data: 50KArray, (I dont want to set here)
minimumInputLength: 3,
matcher: matchCustom
});