diff --git a/Perspex.Controls/Primitives/SelectingItemsControl.cs b/Perspex.Controls/Primitives/SelectingItemsControl.cs index b90c5b1e89..2de1177c93 100644 --- a/Perspex.Controls/Primitives/SelectingItemsControl.cs +++ b/Perspex.Controls/Primitives/SelectingItemsControl.cs @@ -228,7 +228,7 @@ namespace Perspex.Controls.Primitives { if (value != null && (control.Items == null || control.Items.IndexOf(value) == -1)) { - return -1; + return null; } }