We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The FreakyPicker control seems to ignore the property BackgroundColor completely. There is no visual change if I add it.
FreakyPicker
BackgroundColor
I have only observed this on Android so far. Have not checked iOS.
To reproduce, simply add a BackgroundColor to the picker in the sample (at tag v0.5.0).
<freakyControls:FreakyPicker Title="Select something :D" <!-- some more propeties ... --> TextColor="Black" TitleColor="LightGray" BackgroundColor="Purple"/>
The background should be colored in the requested color.
It does not change.
The text was updated successfully, but these errors were encountered:
Can you also check if this bug exists on the Maui picker of control
Sorry, something went wrong.
Yes, on the standard MAUI Picker I can change the BackgroundColor without any problem.
Picker
FreakyAli
No branches or pull requests
Description
The
FreakyPicker
control seems to ignore the propertyBackgroundColor
completely. There is no visual change if I add it.I have only observed this on Android so far. Have not checked iOS.
Code
To reproduce, simply add a
BackgroundColor
to the picker in the sample (at tag v0.5.0).Expected Behavior
The background should be colored in the requested color.
Actual Behavior
It does not change.
Basic Information
The text was updated successfully, but these errors were encountered: