cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding input fiels

Former Member
0 Kudos

Dear Frds

I have a input field

and a drop down list

is it possible to trigger a input field without using a button?

Drop down should show values based on the input field?

Trigger input field with out any action or event is it possible?

Trigger input field without having a button?

Advance Thanks

Shravan

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member485701
Active Participant
0 Kudos

Hi shravan,

Without using button, there is only onEnter Action of inputfield UI Element is available to perform a function.You can manipulate your dropdown values in onEnter action handler.

Regards,

Praveen

Former Member
0 Kudos

Triggering a event with out a button is possible but with out a action is not possible.With out a button we can create a action for the "ONENTER' event for the input field.On entering the a value in the input field press 'ENTER' button to trigger the event.

Former Member
0 Kudos

You can use onEnter event for inputfield.

ankur_garg5
Active Contributor
0 Kudos

Vaibhav,

onEnter event needs an "Enter" click to work. It does not work on its own.

Bye

Ankur

ankur_garg5
Active Contributor
0 Kudos

Hi Shravan,

This is not possible in Web Dynpro. You need to have an action attached to your input field. The action can be in the form of a "Enter" click, or a button click.

Bye

Ankur