HandyControl
HandyControl copied to clipboard
TextBox clear button does not trigger changed event
Describe the bug
When hitting the clear button on a textbox, the text is cleared, but the bindings don't get notified
Steps to reproduce the bug
- Enter a text into a textbox -> binding value gets changed
- Hit clear button -> bindings not updated
Expected behavior
No response
Screenshots
No response
NuGet package version
HandyControl 3.4.0
IDE
Visual Studio 2022
Framework type
.Net 6.0
Windows version
Windows 11 (22000)
Additional context
No response