Closed ghost closed 8 years ago
I'm uncertain of the cause, I did a diff on the 2 widgets and the binding classes, everything is the same.
In your Setup.cs
protected override void FillTargetFactories(IMvxTargetBindingFactoryRegistry registry)
{
MvxAppCompatSetupHelper.FillTargetFactories(registry);
base.FillTargetFactories(registry);
}
@vvolkgang thanks, I was making a new registery in my setup constructor, which was wrong.
ItemSelected is not being bound. The exact same layout and code work for the non-appcompat version of MvxSpinner. Must be a bug in MvxAppCompatSpinnerSelectedItemBinding