Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextBox clear button does not trigger changed event #1617

Open
dthoeni opened this issue Jul 11, 2024 · 1 comment
Open

TextBox clear button does not trigger changed event #1617

dthoeni opened this issue Jul 11, 2024 · 1 comment

Comments

@dthoeni
Copy link

dthoeni commented Jul 11, 2024

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

  1. Enter a text into a textbox -> binding value gets changed
  2. 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

@dthoeni
Copy link
Author

dthoeni commented Jul 11, 2024

Works if you add "UpdateSourceTrigger=PropertyChanged"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant