From add4c3778cad9caf29cebca1d9cecda085e03036 Mon Sep 17 00:00:00 2001 From: georgedautov Date: Mon, 25 Aug 2025 14:15:27 +0300 Subject: [PATCH 1/3] docs(TabStrip): change wrong header in tabstrip parameters table --- components/tabstrip/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tabstrip/overview.md b/components/tabstrip/overview.md index e6f15ac63..f8078839f 100644 --- a/components/tabstrip/overview.md +++ b/components/tabstrip/overview.md @@ -66,7 +66,7 @@ The TabStrip provides the following features to allow further customization of i @[template](/_contentTemplates/common/parameters-table-styles.md#table-layout) -| Parameter | Type | Header 2 | +| Parameter | Type | Description | |------------------|-------|------------------------------------------| | `ActiveTabIndex` | `int` | The index of the currently shown tab. Supports two-way binding. This parameter is marked as obsolete and will be deprecated in future versions. Do not use togother with `ActiveTabId`. | | `ActiveTabId` | `int` | The index of the currently active tab. If it is not set, the first tab will be active. Do not use it together with `ActiveTabIndex`.| From b6df94c8f19560dbc76952ef09c5de472ac552f0 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Tue, 26 Aug 2025 09:22:46 +0300 Subject: [PATCH 2/3] Update components/tabstrip/overview.md --- components/tabstrip/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tabstrip/overview.md b/components/tabstrip/overview.md index f8078839f..86ea8f1dd 100644 --- a/components/tabstrip/overview.md +++ b/components/tabstrip/overview.md @@ -67,7 +67,7 @@ The TabStrip provides the following features to allow further customization of i @[template](/_contentTemplates/common/parameters-table-styles.md#table-layout) | Parameter | Type | Description | -|------------------|-------|------------------------------------------| +| --- | --- | --- | | `ActiveTabIndex` | `int` | The index of the currently shown tab. Supports two-way binding. This parameter is marked as obsolete and will be deprecated in future versions. Do not use togother with `ActiveTabId`. | | `ActiveTabId` | `int` | The index of the currently active tab. If it is not set, the first tab will be active. Do not use it together with `ActiveTabIndex`.| |`PersistTabContent` | `bool` | Whether to remove the content of inactive tabs from the DOM (if `false`), or just hide it with CSS (if `true`). See [Persist Content](slug:tabstrip-persist-content) From 2778f7ccd06a9e3b5aefacd8dd000c444db17c94 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Tue, 26 Aug 2025 09:22:53 +0300 Subject: [PATCH 3/3] Update components/tabstrip/overview.md --- components/tabstrip/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tabstrip/overview.md b/components/tabstrip/overview.md index 86ea8f1dd..39781d1e8 100644 --- a/components/tabstrip/overview.md +++ b/components/tabstrip/overview.md @@ -66,7 +66,7 @@ The TabStrip provides the following features to allow further customization of i @[template](/_contentTemplates/common/parameters-table-styles.md#table-layout) -| Parameter | Type | Description | +| Parameter | Type and Default Value | Description | | --- | --- | --- | | `ActiveTabIndex` | `int` | The index of the currently shown tab. Supports two-way binding. This parameter is marked as obsolete and will be deprecated in future versions. Do not use togother with `ActiveTabId`. | | `ActiveTabId` | `int` | The index of the currently active tab. If it is not set, the first tab will be active. Do not use it together with `ActiveTabIndex`.|