From ec3c59b8b13ecac00929ebb0e7904d4a7e85fa0e Mon Sep 17 00:00:00 2001 From: Jackhammer88 Date: Fri, 10 Nov 2023 13:58:47 +0300 Subject: [PATCH] When the default combobox style is applied, the popup doesn't close automatically if a user clicks in another area. Issue: https://github.com/AvaloniaCommunity/Material.Avalonia/issues/313 --- Material.Styles/Resources/Themes/ComboBox.axaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Material.Styles/Resources/Themes/ComboBox.axaml b/Material.Styles/Resources/Themes/ComboBox.axaml index 7c45ba7a..832021ea 100644 --- a/Material.Styles/Resources/Themes/ComboBox.axaml +++ b/Material.Styles/Resources/Themes/ComboBox.axaml @@ -93,6 +93,7 @@