Skip to content

Commit

Permalink
Merge pull request #314 from Jackhammer88/master
Browse files Browse the repository at this point in the history
When the default combobox style is applied, the popup doesn't close a…
  • Loading branch information
SKProCH committed Nov 10, 2023
2 parents 374d77b + ec3c59b commit c19d6ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Material.Styles/Resources/Themes/ComboBox.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@

<Panel Name="PART_PopupContainer">
<Popup Name="PART_Popup"
IsLightDismissEnabled="True"
IsOpen="{TemplateBinding IsDropDownOpen, Mode=TwoWay}">
<controls:Card Name="PART_Card"
MaxHeight="{TemplateBinding MaxDropDownHeight}"
Expand Down

0 comments on commit c19d6ec

Please sign in to comment.