Skip to content

MaterialRadioButtonGroup allows multiple selects and unable to deselect first option. #269

Open
@alistairdyer

Description

@alistairdyer

🐛 Bug Report

Using MaterialRadioButtonGroup

<material:MaterialRadioButtonGroup Choices="{Binding items}" />

I am able to select more than one option.
I am unable to deselect the first option but can deselect other options. The first option is always selected.

Expected behavior

Can only select one option, automatically other options are deselected.

Reproduction steps

Xaml
<material:MaterialRadioButtonGroup Choices="{Binding items}" />

ViewModel
public List items { get => this.myItems.Split(',').ToList(); }

this.myItems is a string and is currently set to:

"663703a2-7de8-4f32-81a4-9494ca6daa10,773703a2-7de8-4f32-81a4-9494ca6daa10"

Configuration

Version: 1.5.8

Platform:

  • 📱 iOS
  • 🤖 Android
  • 🏁 WPF
  • 🌎 UWP
  • 🍎 MacOS
  • 📺 tvOS
  • 🐒 Xamarin.Forms

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions