Skip to content

Commit 7de46e9

Browse files
authored
Merge pull request #6459 from MicrosoftDocs/2739608-2
Component library GA updates - 2739608 follow up
2 parents 3b78099 + ad9aa60 commit 7de46e9

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@
12081208
href: ./canvas-apps/map-component-input-fields.md
12091209
- name: Add multimedia to a component
12101210
href: ./canvas-apps/component-multimedia.md
1211-
- name: Behavior formulas (preview)
1211+
- name: Behavior formulas (experimental)
12121212
href: ./canvas-apps/component-behavior.md
12131213
- name: Performance and optimization
12141214
items:

powerapps-docs/maker/canvas-apps/component-behavior.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Behavior formulas for components (preview)
2+
title: Behavior formulas for components (experimental)
33
description: Do one or more tasks in canvas app when a component-based action occurs.
44
author: hemantgaur
55
ms.subservice: canvas-developer
@@ -16,20 +16,19 @@ contributors:
1616
- tapanm-msft
1717
---
1818

19-
# Behavior formulas for components (preview)
19+
# Behavior formulas for components (experimental)
2020

2121
[This article is pre-release documentation and is subject to change.]
2222

2323
> [!IMPORTANT]
24-
> - This is a preview feature.
25-
> - [!INCLUDE[cc_preview_features_definition](../../includes/cc-preview-features-definition.md)]
24+
> This is an experimental feature. For more information, see [Experimental and preview features](working-with-experimental-preview.md).
2625
2726
Specify one or more [behavior formulas](working-with-formulas-in-depth.md) that run when an event triggers a change in component instances.
2827

2928
For example, set a component's **OnReset** property to one or more formulas that do initialization and clear input. Reset values when the **Reset** function runs on the component instances.
3029

3130
> [!NOTE]
32-
> The capability of using **OnReset** property for behavior formulas inside components is generally available. All other custom behavior properties for canvas components are still in preview.
31+
> The feature to create custom behavioral properties is currently experimental. However, you can use the default **OnReset** property that is available on all components in your production environment.
3332
3433
## OnReset
3534

0 commit comments

Comments
 (0)