machineboy2045 / angular-selectize

angular-selectize
MIT License
201 stars 115 forks source link

Docs on which part of Selectize API is not supported #103

Closed donpinkus closed 9 years ago

donpinkus commented 9 years ago

This is an extremely useful directive

There is a bit of a learning curve to which of selectize's API methods this directive does or does not support.

For example the docs say the only different is "options" in config. After digging I found this issue https://github.com/machineboy2045/angular-selectize/issues/94 where I learnt that the load callback, and some other methods aren't supported.

machineboy2045 commented 9 years ago

It's expected the user will rely on Angular for loading the options. Note my latest comment on #94

totycro commented 7 years ago

In this case, could you document that one should rely on options?

In my case, the following happened: