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
When applied to a NumericUpDown with ButtonsAlignment="Left", and TextBoxHelper.ClearTextButton and TextBoxHelper.UseFloatingWatermark applied - FloatingWatermark appearks on top of ClearTextButton instead of the NumericUpDown's Value.
Steps to reproduce
On a NumericUpDown:
Apply TextBoxHelper.Watermark with any text.
Set TextBoxHelper.UseFloatingWatermark and TextBoxHelper.ClearTextButton to True.