ionic-selectable icon indicating copy to clipboard operation
ionic-selectable copied to clipboard

Using formControlName and ionicSelectablePlaceholderTemplate

Open beckyhilton opened this issue 3 years ago • 0 comments

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

beckyhilton avatar Jan 13 '22 15:01 beckyhilton