Skip to content

Commit

Permalink
Update _contentTemplates/dropdowns/features.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dimo Dimov <[email protected]>
  • Loading branch information
2 people authored and radkostanev committed Aug 16, 2024
1 parent b91bc61 commit c74aff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _contentTemplates/dropdowns/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ By virtualizing the elements in the dropdown, you can use huge data sources with
| --- | --- | --- |
| `AnimationDuration` | `int` <br /> (`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.<br/>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` <br /> (`"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. <br /> 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. |
Expand Down

0 comments on commit c74aff1

Please sign in to comment.