From c74aff14d2328f257892daf0c4bab927514b4180 Mon Sep 17 00:00:00 2001 From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com> Date: Fri, 9 Aug 2024 16:17:22 +0300 Subject: [PATCH] Update _contentTemplates/dropdowns/features.md Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com> --- _contentTemplates/dropdowns/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_contentTemplates/dropdowns/features.md b/_contentTemplates/dropdowns/features.md index 665bb4207..bdb0e6634 100644 --- a/_contentTemplates/dropdowns/features.md +++ b/_contentTemplates/dropdowns/features.md @@ -36,7 +36,7 @@ By virtualizing the elements in the dropdown, you can use huge data sources with | --- | --- | --- | | `AnimationDuration` | `int`
(`300`) | The dropdown animation duration in milliseconds. | | `Class` | `string` | Additional CSS class to customize the appearance of the popup. | -| `Height` | `string` | The height of the popup. The default value is `"200px"`. If set to `"auto"`, the component will automatically adjust the popup height based on the number of items and available space.
Setting `MaxHeight` disables the built-in screen boundary detection. This means that the component will no longer adjust the dropdown height to fit within the viewport. | +| `Height` | `string`
(`"200px"`) | The height of the popup. If set to `"auto"`, the component will automatically adjust the popup height based on the number of items and available space.
Setting `MaxHeight` disables the built-in screen boundary detection. This means that the component will no longer adjust the dropdown height to fit within the viewport. | | `MinHeight`| `string` | The minimum height of the popup. | | `MinWidth` | `string` | The minimum width of the popup. | | `MaxHeight` | `string` | The maximum height of the popup. |