From 2537fc522b4024c7cfe52b3da1e749e564d7b220 Mon Sep 17 00:00:00 2001 From: kulikov-dev <40471760+kulikov-dev@users.noreply.github.com> Date: Fri, 28 Apr 2023 15:34:44 +0300 Subject: [PATCH] Update combobox.md ComboBox now is a single-select control. There is a mistake in description about SelectionMode/SelectedItems --- docs/controls/combobox.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/controls/combobox.md b/docs/controls/combobox.md index 218712e..91c2bd1 100644 --- a/docs/controls/combobox.md +++ b/docs/controls/combobox.md @@ -1,5 +1,5 @@ --- -description: A drop-down list control. +description: A drop-down single-select list control. --- # ComboBox @@ -10,9 +10,7 @@ description: A drop-down list control. | :--- | :--- | | `SelectedIndex` | Gets or sets the index of the selected item. | | `SelectedItem` | Gets or sets the selected item. | -| `SelectedItems` | Gets the selected items. | | `AutoScrollToSelectedItem` | Gets or sets a value indicating whether to automatically scroll to newly selected items. | -| `SelectionMode` | Gets or sets the selection mode. | | `IsDropDownOpen` | Gets or sets a value indicating whether the dropdown is currently open. | | `MaxDropDownHeight` | Gets or sets the maximum height for the dropdown list. |