cancel
Showing results for 
Search instead for 
Did you mean: 

Found out when user change something

0 Kudos

Hi - Regarding our UI pattern button "Save" initially is disabled - and is activated only when user changes something in form view (change something in InputField or TextEdit UI)

Is it possible in WD to find out this event?

In InputField there is event OnEnter - but this not enough - user may pass the fields with TAB sequence and event is not triggered.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Well, I guess it's impossible. You need some action to force propagating data from client to server. And in your case there is nothing -- focus traverse events are not supported.

The only way is to enable "Save" action and skip unecessary updates in action handler.

VS