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.
Describe the bug
When applied to a
NumericUpDown
withButtonsAlignment="Left"
, andTextBoxHelper.ClearTextButton
andTextBoxHelper.UseFloatingWatermark
applied -FloatingWatermark
appearks on top ofClearTextButton
instead of theNumericUpDown
'sValue
.Steps to reproduce
On a
NumericUpDown
:TextBoxHelper.Watermark
with any text.TextBoxHelper.UseFloatingWatermark
andTextBoxHelper.ClearTextButton
toTrue
.ButtonsAlignment
toLeft
.NumericUpDown
.Expected behavior
FloatingWatermark
should appear on top of theNumericUpDown
text element.Actual behavior
FloatingWatermark
appears on top of theTextBoxHelper.ClearTextButton
instead.Environment
Screenshots
No value:
With value:
The text was updated successfully, but these errors were encountered: