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 a4c7f04 commit e1c8615Copy full SHA for e1c8615
src/Files.App/UserControls/NavigationToolbar.xaml
@@ -371,7 +371,8 @@
371
PlaceholderText="{helpers:ResourceString Name=OmnibarCommandPaletteModeTextPlaceholder}"
372
SuggestionItemsSource="{x:Bind ViewModel.OmnibarCommandPaletteModeSuggestionItems, Mode=OneWay}"
373
Text="{x:Bind ViewModel.OmnibarCommandPaletteModeText, Mode=TwoWay}"
374
- TextMemberPath="Text">
+ TextMemberPath="Text"
375
+ UpdateTextOnSelect="False">
376
<controls:OmnibarMode.SuggestionItemTemplate>
377
<DataTemplate x:DataType="dataitems:NavigationBarSuggestionItem">
378
<Grid ColumnSpacing="12">
0 commit comments