optimistex / ngx-select-ex

Angular based replacement for select boxes
https://optimistex.github.io/ngx-select-ex/
MIT License
109 stars 42 forks source link

[Multiple] Add a selected element programmatically #116

Closed TomMenga closed 5 years ago

TomMenga commented 6 years ago

Hi, I'm using your component in my app and I have to thank you for the time that you save me. My use case is pretty simple, if the element typed from the user doesn't exist, i need to add and select it automatically. I had no problem with the adding, but i can't find a way to select the new item created programmatically. I've tried different approach ma none of them seems to work. Am I missing something?

Thank you for your time, Tom

GazousGit commented 5 years ago

See my issue ;-)

150