Skip to content

Commit 30a51d5

Browse files
committed
..
1 parent 89b6486 commit 30a51d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docs/packages/reference/ui-module.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ Each Input supports an optional **onChange** configuration that defines what hap
7979
- Call a JavaScript function.
8080
- Chain multiple actions.
8181

82-
All actions defined in this event will run simultaneously when the input value changes from the app side. With this configuration, you do not need to set up separate buttons or widget events to trigger a query every time an input changes—Appsmith will automatically run the defined logic as part of the input’s change lifecycle.
82+
All actions defined in this event are executed automatically whenever the input value changes from the application. With this configuration, there is no need to manually configure buttons or widget events to trigger logic. Appsmith automatically runs the associated queries or JavaScript functions as part of the input’s change lifecycle.
83+
8384

8485

8586
</dd>

0 commit comments

Comments
 (0)