Looking for a way to filter values within an AngularJS selectize control. I want the ability to type in the selectize dropdown to narrow down my results. While I know this functionality is available with the ui-select control, I opted for selectize due to its performance benefits when dealing with a large amount of data. However, I have not been able to find the filtering feature in selectize (so far).
Currently using angular-selectize2 version 1.2.3, any assistance would be appreciated.