Skip to main content
1-Visitor
March 17, 2021
Question

Is there any way find text field widget out of focus Event.

  • March 17, 2021
  • 2 replies
  • 1184 views

Hi 

 

I want to trigger some service only whenever user click outside the text field widget, But i could not find that event in text field widget..

 

Please help me in this regard

2 replies

16-Pearl
March 18, 2021

@Partha 

 

If you do not want to use the Changed event of text field widget then you can add a button widget and use its clicked event to execute a service.

 

Regards,

Sachin

10-Marble
March 18, 2021

This event does not exists on the default widget. You can create your own widget and trigger an event on the blur event of the HTML input element.

 

Cyril