You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- add example for this issue: TextboxHelper.ClearTextButton does not
work when is applied via Trigger #1283
- remove inheritance to DependencyObject to avoid possible bugs with
attached properties
- change getter for HasText and add a setter
- fire HasText property on controls loaded event
- fix BindingExpression error for PasswordBox
- add example from @thoemmi for: a search box with a magnifier on its
button, but as soon as text is entered, the button content should change
to an X.
I am trying to achieve something similar to #788, but dont want to show any icon when no text is inserted.
What I've come up so far maybe exposes a bug with the TextboxHelper.ClearTextButton:
It works fine, the
ClearTextButton
is only visible, when theTextBox
has Text.But the problem is, that the
ClearTextButton
does not clear theTextBox
any more...When the
TextboxHelper.ClearTextButton=True
is set on theTextBox
, then the Trigger wount work any more.One or both of those behaviors are wrong to me...what is the solution?
The text was updated successfully, but these errors were encountered: