cancel
Showing results for 
Search instead for 
Did you mean: 

Dropdown by index : onSelect event problem

Former Member
0 Kudos

Hi I have done some coding in event "onSelect" for DropDown by index UI element

The event triggers when I select different drop down options from the list. If I select the same item again the event does not triggers . How can I make it possible.

Thanks

Vishal Kapoor

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you don't need to fire the event when you select the same one again,

the element displayed is already the selected element.

if you have eg a table that depends on the selected value, add the node

as a singleton child node of your dropdown node and implement the supply

function as it should react on the selected element, by selecting a different value,

invalidate the childnode and the values will be loaded.

If you just want to navigate to another page, just read the selected element of

the dropdown node on your action handler before doing the actual navigation

grtz,

Koen