Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Xamarin.Forms - Validation Callback

Choose a tag to compare

released this 24 Aug 13:55
b39c520
Fix issue with Content Page behaviors (#652)

This allows behaviors to be attached to page events via <ContentPage.Behaviors> like Appearing and Disappearing. Without this fix, we get the cryptic following error:

"Additional information: bindable not an instance of AssociatedType"

Original discussion and solution here:
https://forums.xamarin.com/discussion/comment/230200/#Comment_230200