ionic-selectable
ionic-selectable copied to clipboard
Using formControlName and ionicSelectablePlaceholderTemplate
Is there a way to use the placeholder while using the formControl when using a multi-select? I want the selectable to show the placeholder but it always shows blank. I tried:
'users': [[undefined]], 'users': [[null]], 'users': [['']], 'users': [[]],
I can have it set a default value but since its a multi-select it remains even after I select something else. I could add something to have it removed but that seems a little bit of over kill for something it should probably be able to handle