[BUG] RatingView MaximumRating doesn't work above 10, but documented as valid for range 1 to 25
Document range for MaximumRating is 1 to 25, but the code does not allow > 10, I have a use case for 15 and would like to see the maximum allow increased to 25 as documented or greater. https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/views/ratingview#set-maximum-rating
Suggest amending RatingViewDefaults.shared.cs to public const int MaximumRatingLimit = 25;
https://github.com/CommunityToolkit/Maui/blob/19b6e1f047c6ef8fec9cc2dca3033f73246cad7f/src/CommunityToolkit.Maui.Core/Primitives/Defaults/RatingViewDefaults.shared.cs
Repro
https://github.com/jpritchard-isl/maui-communitytoolkit-ratingview-bug
Expected See 15 symbols, 11 filled.
Actual 5 symbols shown
Hi @@jpritchard-isl! We have added the https://github.com/CommunityToolkit/Maui/labels/needs%20reproduction label to this issue, which indicates that we are unable to take further action until you provide a reproduction sample that we can use to reproduce + fix your bug. In accordance with the Reporting a bug section of our Contributing.md that you confirmed reading before you submitted this Issue, we ask that every Issue author provide a link to an open-source repository containing the reproduction sample app. This issue will be closed automatically in 5 days if we do not receive a reproduction sample from you. Please feel free to re-open this Issue once you have provided a reproduction sample.
Git repos with example that replicates the issue. https://github.com/jpritchard-isl/maui-communitytoolkit-ratingview-bug