Page 1 of 1

how to capture an event once input lost its focus?

Posted: Tue Aug 06, 2013 8:22 am
by Ram

Hi All,

is it possible to capture an event once an input component lost its focus? i'm looking for a solution that will not involve using other component's Focus event...

thank you all in advance!
Best,
R.


how to capture an event once input lost its focus?

Posted: Tue Aug 06, 2013 9:27 am
by Kateryna Grynko

Hi Ram,

You can use component Blur event that fires when input focus lefts component.


how to capture an event once input lost its focus?

Posted: Tue Aug 06, 2013 10:02 am
by Ram

perfect! thx much!