Display multiple fields in TWebDBLookupComboBox

Is there a way to display multiple fields in TWebDBLookupComboBox?

I tried field1;field2;field3 in the ListField in Object Inspector, but that gave a silent error.

Unfortunately at this moment TWebDBLookupComboBox is limited to one field.
You could use a calculated field though to display multiple field values.