input-stoptyping-event
Reactive icon

Input_StopTyping_Event

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 06 September 2020 by 
5.0
 (3 ratings)
input-stoptyping-event

Input_StopTyping_Event

Details
This component will provide an event "onStopTyping" on an input field.
Read more

When we want to call an API on input value change then  we can use "onChange" event of input field but this will trigger change event on each letter typing and will increase load with multiple server calls.


By using this component you will get an event "onStopTyping" which will call screen action only when user will stop typing on input field. This will increase application performance by reducing the unwanted server call.


How to use this component?

  1. include component in your page.
  2. Provide input field Id or  class name to select the input field.
Release notes (1.0.1)

No major change.

Reviews (2)
2020-09-06
in version 1.0.1
Simple and Easy to understand and use.
2020-09-06
in version 1.0.1
Easy to use.
Pure java-script, no jQuery Required.
Configurable and useful component.