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
The new BindWithValidation for WPF (introduced in #3874) is not able to bind to ComboBox.SelectedValue.
BindWithValidation
ComboBox.SelectedValue
Instead, an Exception is thrown:
System.ArgumentException: 'Dependency property not found on Object'
https://github.com/Nextra/ReactiveUIBindWithValidationBug
BindWithValidation should work on ComboBox.SelectedValue
No response
Visual Studio 2022
20.1.63
The text was updated successfully, but these errors were encountered:
Thank you for raising this, I will try to resolve this as soon as possible. List controls have always been a sticky issue for binding.
Sorry, something went wrong.
Thank you.
If I might add, the BindWithValidation extension should also have nullable annotations to match the others.
No branches or pull requests
Describe the bug 🐞
The new
BindWithValidation
for WPF (introduced in #3874) is not able to bind toComboBox.SelectedValue
.Instead, an Exception is thrown:
System.ArgumentException: 'Dependency property not found on Object'
Step to reproduce
Reproduction repository
https://github.com/Nextra/ReactiveUIBindWithValidationBug
Expected behavior
BindWithValidation
should work onComboBox.SelectedValue
Screenshots 🖼️
No response
IDE
Visual Studio 2022
Operating system
No response
Version
No response
Device
No response
ReactiveUI Version
20.1.63
Additional information ℹ️
No response
The text was updated successfully, but these errors were encountered: