My experience with angular 4 is fairly new and I've recently delved into using the angular multiselect feature with the npm package available here.
I've managed to successfully configure it, as well as capture selected and deselected items/events.
However, my current challenge revolves around displaying only the placeholder text, regardless of whether any items have been selected. In other words, I want to prevent the selected items from being displayed at the top.
Whenever an item is selected, the multi select box transforms visually like this: https://i.stack.imgur.com/Vrur1.png
Yet, my preference is for the placeholder text to remain unchanged even if there are selected items present: https://i.stack.imgur.com/9b4tw.png
I've tried addressing this issue with responsive design principles in mind, but so far, a solution has eluded me. Any assistance on this matter would be greatly appreciated.