I figured things out from reading the source. One thing that was not obvious at first was that I had to supply a selectId or the error Uncaught TypeError: Cannot read property 'selectize' of undefined would be thrown. It would definitely be helpful to others to add some brief documentation.
I figured things out from reading the source. One thing that was not obvious at first was that I had to supply a selectId or the error
Uncaught TypeError: Cannot read property 'selectize' of undefinedwould be thrown. It would definitely be helpful to others to add some brief documentation.