Xamarin.Forms.InputKit icon indicating copy to clipboard operation
Xamarin.Forms.InputKit copied to clipboard

SelectedItem is always null for RadioButtonGroupview?

Open uksreejith opened this issue 5 years ago • 2 comments

Hi,

When I select a radio button the SelectedItem property of the enclosing RadioButtonGroupView is always null. But the SelectedIndex property is set correctly.

Please help. Thanks in advance.

With Regards, Sreejith Krishnadas

uksreejith avatar Sep 11 '19 16:09 uksreejith

I've just found the bug. If you define type of your property as object binding works but other exact types doesn't work for now until fixed.

enisn avatar Jan 23 '20 21:01 enisn

true, always had this issue. i tried setting it to object, still was null.

workaround is to get the selecteditem from code behind

technololy avatar Feb 23 '20 18:02 technololy