matsura / ng2-dual-list-box

A dual list box component for Angular 4
http://ng2-duallistbox-demo.surge.sh/
28 stars 20 forks source link

Concatenate two fields in textField #29

Open kennlebu opened 6 years ago

kennlebu commented 6 years ago

Is there a way to concatenate two fields so that they appear as one string in textField? For example if my data has firstname and lastname, I want the textField value to appear as the whole name. Something like textField="firstname + ' ' + lastname"