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.
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.
Hi Ram,
You can use component Blur event that fires when input focus lefts component.
perfect! thx much!