From d09468119aa95f8ff94eeaa26fdab333a4027a0e Mon Sep 17 00:00:00 2001 From: IvanDanchev Date: Wed, 9 Jul 2025 14:13:02 +0300 Subject: [PATCH] docs: update adaptive rendering limitations --- common-features/adaptive-rendering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-features/adaptive-rendering.md b/common-features/adaptive-rendering.md index 13e844e999..aecf8baa70 100644 --- a/common-features/adaptive-rendering.md +++ b/common-features/adaptive-rendering.md @@ -103,7 +103,7 @@ You can customize the [above-listed default adaptive breakpoints](#rendering-spe ## Limitations -Some of the [supported components](#supported-components) allow custom values, for example, [ComboBox](slug:components/combobox/custom-value) and [MultiColumnComboBox](slug:multicolumncombobox-custom-value). Using custom values with `AdaptiveMode.Auto` is currently not supported. To expedite the development of this feature, vote for the related feature request in the Blazor Feedback Portal: [Support for custom values in `AdaptiveMode`](https://feedback.telerik.com/blazor/1611829-support-for-custom-values-in-adaptivemode). +Some of the [supported components](#supported-components) allow custom values, for example, [ComboBox](slug:components/combobox/custom-value) and [MultiColumnComboBox](slug:multicolumncombobox-custom-value). Using custom values with `AdaptiveMode.Auto` is supported in Telerik UI for Blazor version 9.0.0 and later. ## See also