Questions tagged [ng-multiselect-dropdown]
31 questions
-1
votes
2 answers
[Angular ng-multiselect-dropdown]: Avoid coming of selected values with space in next line
Scenario:
I am using ng-multiselect-dropdown in Angular and i have below code.
in .ts file
this.employee_list = [
{ Id: 1, Value: 'Europe' },
{ Id: 2, Value: 'Employee Name' },
{ Id: 3, Value: 'Employee Address' },
{ Id: 4,…

Rahul
- 21
- 7