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

Multiple NumericUpDown controls not displaying correctly #3617

Closed
corvinsz opened this issue Jun 27, 2024 · 1 comment
Closed

Multiple NumericUpDown controls not displaying correctly #3617

corvinsz opened this issue Jun 27, 2024 · 1 comment
Labels
Milestone

Comments

@corvinsz
Copy link
Contributor

corvinsz commented Jun 27, 2024

Bug explanation

When having multiple NumericUpDown controls on a page only the last control actually displays the content of the increase and decrease button correctly.

I uploaded a project showcasing the bug: https://github.com/corvinsz/MDIXNumericUpDownBug

Here is my code:

<Grid>
    <StackPanel HorizontalAlignment="Center" VerticalAlignment="Center">
        <materialDesign:NumericUpDown />
        <materialDesign:NumericUpDown />
        <materialDesign:NumericUpDown />
    </StackPanel>
</Grid>

Result:
image

Am I perhaps doing something wrong?

Version

5.1

@corvinsz corvinsz added bug evaluation required Items is pending review or evaluation by the team labels Jun 27, 2024
@nicolaihenriksen nicolaihenriksen removed the evaluation required Items is pending review or evaluation by the team label Jun 28, 2024
@nicolaihenriksen nicolaihenriksen added this to the 5.2.0 milestone Jun 28, 2024
@nicolaihenriksen
Copy link
Contributor

This was fixed with this recent PR #3615

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

No branches or pull requests

2 participants