Fix ComboBox not displaying Text property validation by ptasev · Pull Request #20978 · AvaloniaUI/Avalonia (original) (raw)
What does the pull request do?
Enabled data validation display for Text property of ComboBox.
What is the current behavior?
No data validation errors are displayed for Text property binding.
What is the updated/expected behavior with this PR?
Errors are displayed.
How was the solution implemented (if it's not obvious)?
Checklist
- Added unit tests (if possible)?
- Added XML documentation to any related classes?
- Consider submitting a PR to https://github.com/AvaloniaUI/avalonia-docs with user documentation
Breaking changes
Obsoletions / Deprecations
Fixed issues
Fixes #20462