Add ClearButton support for TextArea with ClearButton class combination

Co-authored-by: zdpcdt <54255897+zdpcdt@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-07-25 06:10:49 +00:00
parent ec2202e2ef
commit 2d2f2afec1
2 changed files with 17 additions and 0 deletions

View File

@@ -48,6 +48,7 @@
IsEnabled="False" />
</StackPanel>
<TextBox Width="300" Classes="TextArea" Watermark="TextArea TextBox" />
<TextBox Width="300" Classes="TextArea ClearButton" Text="TextArea with ClearButton - text should be clearable" />
<TextBox
Width="300"
Theme="{StaticResource LooklessTextBox}"