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

FreakyPicker ignores BackgroundColor #158

Open
janusw opened this issue Oct 14, 2024 · 2 comments
Open

FreakyPicker ignores BackgroundColor #158

janusw opened this issue Oct 14, 2024 · 2 comments
Assignees

Comments

@janusw
Copy link
Contributor

janusw commented Oct 14, 2024

Description

The FreakyPicker control seems to ignore the property BackgroundColor 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).

            <freakyControls:FreakyPicker
                Title="Select something :D"
                <!-- some more propeties ... -->
                TextColor="Black"
                TitleColor="LightGray"
                BackgroundColor="Purple"/>

Expected Behavior

The background should be colored in the requested color.

Actual Behavior

It does not change.

Basic Information

  • Version with issue: 0.5.0
  • Last known good version: ?
  • IDE: VSCode on Mac
  • Platform Target Frameworks:
    • Android: Android 14 / API level 34
    • iOS: ?
    • Dotnet: 8.0.402
  • Target Devices:
    • Samsung Galaxy S21
@FreakyAli
Copy link
Owner

Can you also check if this bug exists on the Maui picker of control

@janusw
Copy link
Contributor Author

janusw commented Oct 14, 2024

Yes, on the standard MAUI Picker I can change the BackgroundColor without any problem.

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

No branches or pull requests

2 participants