-
Notifications
You must be signed in to change notification settings - Fork 687
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
Input Validation applied for {x:Bind} but not {Binding} #4642
Comments
Please move this to the ProjectReunion repo |
Why do you want this moved? it seems likely a winui issue. |
Because I keep getting confused what belongs to WinUI 3 / Project Reunion / Windows Toolkit... ;) |
AFAIK, this is by design |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Any progress on this item? |
Tied to Parent issue: #179 |
Describe the bug
When using InputValidation, the validation does not get applied to bindings of type {Binding}, but does for {x:Bind}
Steps to reproduce the bug
Run attached solution
Reunion.zip
Xaml:
Expected behavior
Correct validation regardless of binding type
Screenshots
Version Info
NuGet package version:
Windows app type:
Additional context
After an invalid input is made, entering valid data and tabbing away does not clear the error
Also note misalignment issue documented here: #4640 (comment)
InputValidation seems to have many issues related to consistent application across controls, and functionality like ErrorTemplate, error positioning, etc.
The text was updated successfully, but these errors were encountered: