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

New Numeric-/DecimalUpDown styles not working #3756

Closed
corvinsz opened this issue Jan 3, 2025 · 0 comments
Closed

New Numeric-/DecimalUpDown styles not working #3756

corvinsz opened this issue Jan 3, 2025 · 0 comments
Labels
Milestone

Comments

@corvinsz
Copy link
Member

corvinsz commented Jan 3, 2025

Bug explanation

The following new styles for the Numeric- and DecimalUpDown control do not work:
MaterialDesignFilledNumericUpDown
MaterialDesignOutlinedNumericUpDown
MaterialDesignFilledDecimalUpDown
MaterialDesignOutlinedDecimalUpDown

This exception gets thrown:
image

Here is my xaml:

<materialDesign:DecimalUpDown HorizontalAlignment="Center"
                              VerticalAlignment="Center"
                              Style="{StaticResource MaterialDesignOutlinedDecimalUpDown}"
                              Value="0" />

I think this is related to (or the same as) #3731

Version

5.2.0

@corvinsz corvinsz added bug evaluation required Items is pending review or evaluation by the team labels Jan 3, 2025
@Keboo Keboo added this to the 5.2.1 milestone Jan 5, 2025
@Keboo Keboo removed the evaluation required Items is pending review or evaluation by the team label Jan 5, 2025
@Keboo Keboo closed this as completed Jan 7, 2025
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