We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a0758 commit 44143feCopy full SHA for 44143fe
src/Files.App/UserControls/NavigationToolbar.xaml
@@ -387,7 +387,8 @@
387
PlaceholderText="{helpers:ResourceString Name=OmnibarCommandPaletteModeTextPlaceholder}"
388
SuggestionItemsSource="{x:Bind ViewModel.OmnibarCommandPaletteModeSuggestionItems, Mode=OneWay}"
389
Text="{x:Bind ViewModel.OmnibarCommandPaletteModeText, Mode=TwoWay}"
390
- TextMemberPath="Text">
+ TextMemberPath="Text"
391
+ UpdateTextOnSelect="False">
392
<controls:OmnibarMode.SuggestionItemTemplate>
393
<DataTemplate x:DataType="dataitems:NavigationBarSuggestionItem">
394
<Grid ColumnSpacing="12">
0 commit comments