I think it's good idea to add parameter in API which allow to limit the number of items to display in the input field. If we don't use this parameter, ng-select shows all selected.
For example, ~maxItemsLimit = 8. If I select 7 or 8 options, I will see all of them. But if I select 9 options, I will see '9 selected'

I can select any number of options. And all of them will be shown in input tag.
ng-select version: 2.3.2
this is achievable using multi-label-tmp https://ng-select.github.io/ng-select#/multiselect
Most helpful comment
this is achievable using
multi-label-tmphttps://ng-select.github.io/ng-select#/multiselect