Skip to content

Commit da6994c

Browse files
committed
Fix a bug where suggestions weren't showing up for host devices
1 parent b1cd7c1 commit da6994c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Controls/HostKeyList.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
Path=DataContext.DeleteKeyCommand}" CommandParameter="{Binding}"></Button>
5757
</Grid>
5858
</Grid>
59-
<ComboBox Grid.Row="1" IsEditable="True" IsTextSearchEnabled="True" IsTextSearchCaseSensitive="False" StaysOpenOnEdit="True" Text="{Binding Name, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" TextSearch.TextPath="" ItemsSource="{Binding RelativeSource={RelativeSource AncestorType={x:Type local:EmulatedKeyList}},
59+
<ComboBox Grid.Row="1" IsEditable="True" IsTextSearchEnabled="True" IsTextSearchCaseSensitive="False" StaysOpenOnEdit="True" Text="{Binding Name, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" TextSearch.TextPath="" ItemsSource="{Binding RelativeSource={RelativeSource AncestorType={x:Type local:HostKeyList}},
6060
Path=DataContext.SearchSuggestions}" />
6161
</Grid>
6262
</Grid>

0 commit comments

Comments
 (0)