cancel
Showing results for 
Search instead for 
Did you mean: 

onEnter action in a dropdown field

michael_fallenbchel
Active Participant
0 Kudos

Hi experts,

I have a dropdown-field in my Web Dynpro (DropDownByIndex).

There is only on action - onSelect.

How to make an onEnter action to the dropdown?

I want the following:

First, select a value from the dropdown, then hit enter and call an action...

Is this possible?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

You cannot set ONENTER action on drop down, but why dont you write the logic in ONSELECT?

If you want to use ON ENTER then create and input box below it and then assign ON ENTER TO IT,

then process your code.

Regards and Best wishes.

michael_fallenbchel
Active Participant
0 Kudos

That's it!

Just adding the code to onSelect...

Answers (0)