You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
I want to get/set the values of the select by id (and not by visible text in the options) and i don't want to bind a complex {id:"...", text:"..."} object to ngModel, just and id variable that is mapped to the select underneath. All other selects have this kind of functionality (including select2 and selectize).....