Adding back binding to QueryText and updating the cursor position similar to how wox originally did it.

This commit is contained in:
ryanbodrug-microsoft
2020-04-23 18:32:18 -07:00
parent d4da98bae5
commit 7add40ae93
2 changed files with 7 additions and 0 deletions

View File

@@ -375,6 +375,7 @@
x:FieldModifier="public"
Style="{StaticResource CustomAutoSuggestBoxTextBoxStyle}"
PlaceholderText="Start typing"
Text="{Binding QueryText}"
Height="60"
ScrollViewer.BringIntoViewOnFocusChange="False"
Canvas.ZIndex="0"