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

wpf:TextField.HintOpacity not working on TextBox #50

Closed
JamesIrish opened this issue Sep 1, 2015 · 4 comments
Closed

wpf:TextField.HintOpacity not working on TextBox #50

JamesIrish opened this issue Sep 1, 2015 · 4 comments

Comments

@JamesIrish
Copy link

Hi James,

The attached property wpf:TextField.HintOpacity works correctly on ComboBox but does not on TextBox. I'm using version 0.93.

<ComboBox Grid.Column="0" Grid.Row="0" HorizontalAlignment="Right" Style="{StaticResource EnvCombo}" wpf:TextField.Hint="Source" wpf:TextField.HintOpacity="0.4"/>
<TextBox Grid.Column="1" Grid.Row="0" HorizontalAlignment="Stretch" Style="{StaticResource MaterialDesignTextBox}" wpf:TextField.Hint="Query" wpf:TextField.HintOpacity="0.4" VerticalAlignment="Center"/>
<ComboBox Grid.Column="2" Grid.Row="0" HorizontalAlignment="Left" Style="{StaticResource EnvCombo}" wpf:TextField.Hint="Target" wpf:TextField.HintOpacity="0.4"/>

Many thanks,

James

@ButchersBoy
Copy link
Collaborator

OK...as an aside I will probably make the default darker...can't remember my reasoning on them being so light, but just checked the latest Google guidelines and they are darker.

@ButchersBoy
Copy link
Collaborator

Just tested on the latest version in the test project...works. But I have made the default darker.

@ButchersBoy
Copy link
Collaborator

FYI, there will be a small breaking change soon. TextField will become TextFieldAssist. Want to line up all the APIs before v1.

@JamesIrish
Copy link
Author

Thanks, I've just updated our app to the newer version and it's fixed the problem. No worries regarding the breaking change - our project is still reasonably small at the moment.

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