cancel
Showing results for 
Search instead for 
Did you mean: 

Select options restriction

Former Member
0 Kudos

Hi experts,

is it possible to restrict the select options so that the user can select only from a limited list based on previous selections?

Example: user selects value "A" of attribute1 from drop-down list, then in the select options he/she would be allowed to select attr2 with attr1 = "A".

Thanks a lot!

Tomas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Tomas.

I think it is not possible if you use the select options component for that.

But if you do it using the controls directly (dropdown, inputfield) you can do it easily.

So if the user selects something in dropdown A you can fill the node for dropdown B in the onselect method.

Cheers,

Sascha

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

yes i think it is possible. Look at the Example WDR_TEST_OVS.

Best regards

Marcus