cancel
Showing results for 
Search instead for 
Did you mean: 

InputField events

Former Member
0 Kudos

Hi everybody;

I have a view with some controls, one of them is an InputField. I need to execute an action when this InputField is changed, but the InputField doesn't handle this event.

Anybody knows how to manage this? If I use wdModifyView I can´t know which control was modified...

Thanks a lot,

Emanuel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You only have the onEnter method. You can try with a button mapped to an action.

Regards,

Jose

Answers (1)

Answers (1)

former_member182372
Active Contributor
0 Kudos

Hello Emanuel,

You can only manage onEnter event coming from InputField. It is fired when user press enter button. No other option so far AFAIK.

Best regards, Maksim Rashchynski.