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

Breaking changes

Obsoletions / Deprecations

Fixed issues

Fixes #20462