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

DisabledTextColor does not seem to work with MaterialEntry #14

Open
johnnyegel opened this issue Mar 19, 2021 · 2 comments
Open

DisabledTextColor does not seem to work with MaterialEntry #14

johnnyegel opened this issue Mar 19, 2021 · 2 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@johnnyegel
Copy link

I'm trying to create a disabled entry which should show some text when another Entry is updated (I would use a field, but I'm not able to align the text to the Entry component beside it). This works fine, but I'm not able to set the text color of the Text when the Entry is disabled (IsEnabled="False").

The app background is dark gray, and the Entry text appears to be black. So it's barely visible.

Here is the XAML used:

<material:MaterialEntry x:Name="PostalLocationEntry" Type="Lined"
                        Margin="15,0, 0,0" IsEnabled="False"
                        Text="This text is barely visible"
                        DisabledTextColor="#FFFFFF"
                        DisabledLabelTextColor="#FFFFFF"
                        LabelText="{Binding StringsPostalLocation}" />
@agaldanaw2 agaldanaw2 added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels May 7, 2021
@JArmandoCl
Copy link

The same here on ios :( can´t see the text when entry is disabled

@AgustinBonilla
Copy link
Collaborator

We are excited to announce that we are working on a new generation of controls based on Material Design V3, which we will be releasing soon.
As we can test, the upcoming version looks like is working right and we can't reproduce this issue that you comment.
We don't have in mind to continue investing resources to fix or improve the current version (V2), we are doing focus on V3, but we are always open to receiving contributions with pull requests.
Your feedback is greatly appreciated. Thank you for being part of our journey!

@AgustinBonilla AgustinBonilla added the wontfix This will not be worked on label May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

4 participants