From 609607f68a597457ed4a0bb5f6953b9a3f521cd3 Mon Sep 17 00:00:00 2001 From: rabbitism Date: Sun, 14 Sep 2025 21:47:31 +0800 Subject: [PATCH] feat: replace ItemsControl with MultiComboBoxSelectedItemList and add Remove command for selected items --- .../Controls/MultiAutoCompleteBox.axaml | 20 ++++++------------- .../AutoCompleteBox/MultiAutoCompleteBox.cs | 9 +++++++++ 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/src/Ursa.Themes.Semi/Controls/MultiAutoCompleteBox.axaml b/src/Ursa.Themes.Semi/Controls/MultiAutoCompleteBox.axaml index bb5faa0..0e7a22b 100644 --- a/src/Ursa.Themes.Semi/Controls/MultiAutoCompleteBox.axaml +++ b/src/Ursa.Themes.Semi/Controls/MultiAutoCompleteBox.axaml @@ -17,21 +17,13 @@ CornerRadius="{TemplateBinding CornerRadius}" Background="{DynamicResource TextBoxDefaultBackground}" BorderBrush="{DynamicResource TextBoxDefaultBorderBrush}"> - - - - - - - - + @@ -39,8 +31,8 @@ - - + + /// A framework element that permits a binding to be evaluated in a new data