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
The upstream MAUI stepper control we use isn't super great. We do expose PaginationStepperStyle which gives access to whatever limited styling options are available for the stepper.
Anything else would be an upstream limitation or bug.
If we moved away from that control it may help, at the cost of some added complexity. But the overall ethos of this library thus far is to basically just use the default MAUI cross-platform controls, and not reinvent any wheels.
Describe the bug
I tried setting PaginationEnabled=true, and the color of next button became black.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Do not override the button color.
Screenshots
Desktop (please complete the following information):
Xaml code
The text was updated successfully, but these errors were encountered: