diff --git a/src/Core/UI/Components/Controls/ComboBox/JJComboBox.cs b/src/Core/UI/Components/Controls/ComboBox/JJComboBox.cs index 0229b8c66..39510a503 100644 --- a/src/Core/UI/Components/Controls/ComboBox/JJComboBox.cs +++ b/src/Core/UI/Components/Controls/ComboBox/JJComboBox.cs @@ -32,7 +32,7 @@ public class JJComboBox( /// /// If the filter is MULTVALUES_EQUALS, enable multiselect. /// - public bool MultiSelect { get; set; } = true; + public bool MultiSelect { get; set; } = false; public FormElementDataItem DataItem { get; set; } = new();