Skip to Content
0
Jul 28, 2016 at 12:26 PM

Bind the list of values into input field on screen

187 Views

Hi,

I have two input fields on my view layout(screen).

example field1,field2.

field1 contains list of values(f4) like A and B.

if I select 'A' in field1.. then in field2 .. automatically 1,

2

3 values should come

if I select 'B' in field1.. then in field2 .. automatically 4,

5

6 values should come.

I have created 'onselect' action for field1.so when i select value A or B..This method is triggered.but how to bind the list of values into field2,when i select 'A' or 'B' field1.