angular-selectize
angular-selectize copied to clipboard
Add loading indicator or "loading" class to selectize
Since we don't use the load()
method for angular-selectize, how should we set the component to be in a loading state?
For vanilla selectize, if you use the load() method, it will add the loading
class to the control DOM element, and you can display a spinner from there.