cancel
Showing results for 
Search instead for 
Did you mean: 

onEnter event not triggering in standard WD

sushant_singh
Participant
0 Kudos

HI Experts,

I am creating a view enhancement in standard WD component. I have craeted an action for Onenter event for an input field.

When i press enter after selecting that field, the action is not triggered and hence my event handler method is not executing.

Please let me know the reason why it is not happening and how can i fix it.

Thanks & Regards,

Sushant Singh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Have you activated your enhancement implementaion.

If not Navigate to your enhancement implementaion and activate it.

Regards

Manas Dua

sushant_singh
Participant
0 Kudos

Hi Manas,

Enhancement is activated. OnEnter is working for my custom field but when I am assigning this for a standard field it is not working.

Regards,

Sushant Singh

Former Member
0 Kudos

I dont think if you change the properties of UI elements which are standard will work.

If already OnEnter is created for input field then you can create Post-Exit , Pre-Exit methods.

Alternative would be to make the Standard Input field as invisible and create you own input field with same properties as of standard one.