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

Add an option to always show ErrorTemplate text #4451

Closed

Conversation

nekizalb
Copy link

Add an option to always show ErrorTemplate text, regardless of focus or mouse over.

This change extends the Validation Error Template text show options to include an 'always show' option.

The existing options of showing on focus or on mouseover did not work well for me when trying to apply the error template to a border surrounding a group of radio buttons used primarily on a touch interface. Mouseover isn't a thing on touch, and focus meant the text would only show when a radio button was selected, which removed the error entirely.

This change introduces a new attached property in ValidationHelper to enable the behavior and a new style trigger that will enable when the template has errors and the new attached property, ValidationHelper.AlwaysShowValidationError, is set to true for the element.

Unit test

I did not find existing unit testing of the ValidationHelper properties to model any new test after.

@nekizalb
Copy link
Author

nekizalb commented Jan 2, 2024

Apologies for the delay; holidays prevented me getting confirmation

@dotnet-policy-service agree company="Aristocrat Technologies"

punker76 added a commit that referenced this pull request Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant