From 254ee6229f606d017e0869b4facd008762c2a19e Mon Sep 17 00:00:00 2001 From: Joern Turner Date: Sat, 23 Nov 2024 00:09:29 +0100 Subject: [PATCH] Update _index.md --- content/events/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/events/_index.md b/content/events/_index.md index cbee6515..31e8ac33 100644 --- a/content/events/_index.md +++ b/content/events/_index.md @@ -73,7 +73,7 @@ State events are dispatched whenever the state of a bound element changes. | `relevant` | fires after a fx-control has become relevant | `fx-control` | - | | `invalid` | fires after a fx-control has become invalid | `fx-control` | - | | `valid` | fires after a fx-control has become valid | `fx-control` | - | -| `value-changed` | fires after a fx-control has changed its value | `fx-control` | `path`- the normalized path of the bound node, `value` - the value of the bound node | +| `value-changed` | fires after a fx-control has changed its value | `fx-control` | `path`- the normalized path of the bound node, `value` - the value of the bound node, `instanceId`- the instance of changed node, `foreId` - the id of fx-fore element in scope | ## Instance Events