Page 1 of 1

two values from REST into one Select component label?

Posted: Sat Aug 24, 2013 8:39 pm
by Ram

Dear All,

i have a REST call that has three fields for each record, lets say A, B & C, A value mapped to the select component's value, how do i set the label of the Select component to be B+' '+C? if i map them both to the label then only C is written in the label..

Thx much in advance!
Best,
R.


two values from REST into one Select component label?

Posted: Sat Aug 24, 2013 8:48 pm
by maxkatz

There is no direct option to do it via mapping. You should store the values into local storage, then build the options list in JavaScript code.


two values from REST into one Select component label?

Posted: Sat Aug 24, 2013 9:56 pm
by Ram

got it, thx.