Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 7291acb

Browse files
committed
Merge pull request #86 from github/fix-license-gitignore-filtering
Default to "Name" field for combo box filtering
2 parents 51572c2 + 3ee3d85 commit 7291acb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.UI.Reactive/Assets/Controls/FilteredComboBox.xaml

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
<Setter Property="IsEditable" Value="false"/>
113113
<Setter Property="Template" Value="{StaticResource FilterComboBoxTemplate}"/>
114114
<Setter Property="ItemContainerStyle" Value="{StaticResource GitHubComboBoxItem}" />
115+
<Setter Property="TextSearch.TextPath" Value="Name" />
115116
</Style>
116117

117118
</ResourceDictionary>

0 commit comments

Comments
 (0)