Prompt MaxLength entfernt

This commit is contained in:
2026-03-13 10:06:51 +01:00
parent 48612379cc
commit 05ec57a0a2

View File

@@ -70,7 +70,6 @@
Grid.Row="2"
Grid.Column="2"
IsEnabled="{Binding ViewModel.CanEdit}"
MaxLength="1024"
Style="{StaticResource TextBoxNoticeLarge}"
Text="{Binding ViewModel.Prompt, UpdateSourceTrigger=PropertyChanged}"
TextWrapping="Wrap" />