Closed brianchance closed 11 years ago
based on https://github.com/slodge/MvvmCross/issues/402.
I did have an issue with an ambiguous call on bind where the Radio Group was added (between Add(Element) and Add(IEnumerable)). That is why is is moved out, casting the RootElement as an Element made the e.RadioSelected fail.
based on https://github.com/slodge/MvvmCross/issues/402.
I did have an issue with an ambiguous call on bind where the Radio Group was added (between Add(Element) and Add(IEnumerable)). That is why is is moved out, casting the RootElement as an Element made the e.RadioSelected fail.