From a91eeda76b61d07a594912bf910e2e3b35509bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Moch=C5=88ak?= Date: Fri, 20 Dec 2019 14:01:11 +0100 Subject: [PATCH] Event doc update default value was changed to false in v4 and is already mentioned in Upgrade Guide --- docs/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/events.md b/docs/events.md index 3bea9c3be8..68f00a2775 100644 --- a/docs/events.md +++ b/docs/events.md @@ -329,7 +329,7 @@ through the view. To do this, set the `childViewEventPrefix` on the view or collectionview. For more information on the `childViewEventPrefix` see [Event bubbling](#event-bubbling). -The default value for `childViewEventPrefix` is `childview`. Setting this property to +The default value for `childViewEventPrefix` is `false`. Setting this property to `false` will disable [automatic event bubbling](#event-bubbling). ```javascript