I have a multiple select and I need to somehow bind what the user selects but I'm having trouble doing so. I tried setting the ngModel to an array of strings that I was hoping would serve as the values that the user selected, but no luck.
Is this supported in Angular 2? If not, is there a workaround? I've tried a few different things but can't seem to get it to work.