Text input should update property on each changem instead of lost focus (#694)
This commit is contained in:
@@ -23,6 +23,6 @@
|
|||||||
|
|
||||||
<StackPanel Spacing="12">
|
<StackPanel Spacing="12">
|
||||||
<TextBlock x:Name="DialogDescription" TextWrapping="Wrap" />
|
<TextBlock x:Name="DialogDescription" TextWrapping="Wrap" />
|
||||||
<TextBox x:Name="FolderTextBox" Text="{x:Bind CurrentInput, Mode=TwoWay}" />
|
<TextBox x:Name="FolderTextBox" Text="{x:Bind CurrentInput, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</ContentDialog>
|
</ContentDialog>
|
||||||
|
|||||||
Reference in New Issue
Block a user