Fixed more edge cases

This commit is contained in:
TheXamlGuy
2024-05-21 20:32:41 +01:00
parent 15de406460
commit 5c1a579984
24 changed files with 173 additions and 87 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
<TextBox
MaxWidth="360"
IsVisible="{Binding !Immutable}"
Text="{Binding Value}"
Text="{Binding Value, UpdateSourceTrigger=PropertyChanged}"
TextAlignment="Center"
Watermark="Enter name" />
<SelectableTextBlock