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

NumericUpDown Watermark is shown twice when using floatingwatermark for textboxes #2795

Closed
panhans opened this issue Jan 5, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@panhans
Copy link

panhans commented Jan 5, 2017

What steps will reproduce this issue?

<Grid>
    <Grid.Resources>
        <Style TargetType="TextBox" BasedOn="{StaticResource MetroTextBox}">
            <Setter Property="Controls:TextBoxHelper.UseFloatingWatermark" Value="True"/>
        </Style>
    </Grid.Resources>
    <Controls:NumericUpDown Controls:TextBoxHelper.Watermark="Watermark" Controls:TextBoxHelper.UseFloatingWatermark="True"/>
</Grid>

Expected outcome

Only one watermark for the numericUpDown control

--

Environment

  • MahApps.Metro v1.4.0
  • Windows 10
  • Visual Studio 2015
  • .NET Framework 4.6.1
@punker76 punker76 self-assigned this Jan 5, 2017
@punker76 punker76 added the Bug label Jan 5, 2017
@punker76 punker76 added this to the 1.4.1 milestone Jan 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants