Input Change
Sends an input change event to an input, select or textarea element with the text specified in value property. It is similar with Text Input with the difference that it sends a change event. For more information please check https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event

Designer Properties#
See Web Event Main Properties.
- Value The text value for the element that will receive the change event.
Properties#

Web Event Main Properties#
See Designer Properties above.
General Properties#
See Web Event General Properties.
Misc#
See Misc.
Out Error#
See Out Error.
Out Properties#
Web Event Advanced Properties#
See Web Event Advanced Properties.
Example#
In this example, we send a change event with the text "test Search" to google search input control