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
这是3.5.1版本的异常错误提示效果: 这是老版本3.4.0的正常效果:
<hc:TextBox Grid.Row="0" Style="{StaticResource TextBoxExtend}" Text="{Binding ActionName, UpdateSourceTrigger=PropertyChanged, ValidatesOnDataErrors=True, NotifyOnValidationError=True}" IsEnabled="{Binding IsCanWrite}" hc:InfoElement.Symbol="*" hc:TitleElement.TitleWidth="100" hc:InfoElement.TitlePlacement="Left" hc:InfoElement.Title="Name" hc:InfoElement.Necessary="True" Width="500" VerticalAlignment="Center"/>
这是一个TextBox,定义如上,默认其错误提示文字应该是红色,实际如图是黑色
No response
None
Visual Studio 2022
.Net Framework 4.7.1
May 2021 Update (19043)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
这是3.5.1版本的异常错误提示效果:
这是老版本3.4.0的正常效果:
Steps to reproduce the bug
<hc:TextBox Grid.Row="0" Style="{StaticResource TextBoxExtend}" Text="{Binding ActionName, UpdateSourceTrigger=PropertyChanged, ValidatesOnDataErrors=True, NotifyOnValidationError=True}" IsEnabled="{Binding IsCanWrite}" hc:InfoElement.Symbol="*" hc:TitleElement.TitleWidth="100" hc:InfoElement.TitlePlacement="Left" hc:InfoElement.Title="Name" hc:InfoElement.Necessary="True" Width="500" VerticalAlignment="Center"/>
这是一个TextBox,定义如上,默认其错误提示文字应该是红色,实际如图是黑色
Expected behavior
No response
Screenshots
No response
NuGet package version
None
IDE
Visual Studio 2022
Framework type
.Net Framework 4.7.1
Windows version
May 2021 Update (19043)
Additional context
No response
The text was updated successfully, but these errors were encountered: