From 97654d5f0d4b97bc00493cdf0a778353d40fc616 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 e525a5b253..bd6877c757 100644 --- a/components/tabstrip/overview.md +++ b/components/tabstrip/overview.md @@ -78,7 +78,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 290adaf275e1256051b8c7c8ddfd6eace5b7b380 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 bd6877c757..2397504df8 100644 --- a/components/tabstrip/overview.md +++ b/components/tabstrip/overview.md @@ -79,7 +79,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 b5723e76767f7cfb006a2fdf36ba5b892b416339 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 2397504df8..df14e10914 100644 --- a/components/tabstrip/overview.md +++ b/components/tabstrip/overview.md @@ -78,7 +78,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`.|