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
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}" />
The text was updated successfully, but these errors were encountered:
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!
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:
The text was updated successfully, but these errors were encountered: