EvanOxfeld / angular-selectize.js

Angular Selectize directive for a hybrid textbox + <select> box. Supports ngOptions and two-way bindings.
MIT License
34 stars 16 forks source link

How to create new options? #25

Open jfelixetcetera opened 9 years ago

jfelixetcetera commented 9 years ago

I've tried everything I can think of, but I can't figure out how to allow the user to create new options. Since we're using objects, we'd need to use the create option with a function to build that object, but it just doesn't work. Here's a plunkr, showing the non-working angular version, and a working normal selectize version.

Any thoughts?