My server side /country/ URL returns JSON with around 200 countries (which is the complete list). Now my problem is:
when I click into edit field and start typing “Unite…” combo component is sending more GET /country/ requests to the server. What I would need instead is for combo to filter already loaded list and show only values which start with Unite string.
Any suggestions how to achieve the above appreciated.
Sorry. There were too little detail in my reply.
In case of Combo and Richselect, “options” property applied the same functionality as “suggest”. And here are docs for “suggest” customization: