Ram
Posts: 0
Joined: Fri Aug 02, 2013 12:15 pm

two values from REST into one Select component label?

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

two values from REST into one Select component label?

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.

Ram
Posts: 0
Joined: Fri Aug 02, 2013 12:15 pm

two values from REST into one Select component label?

got it, thx.

Return to “Issues”