XF-Material-Library icon indicating copy to clipboard operation
XF-Material-Library copied to clipboard

MaterialDialog.Instance.SelectChoicesAsync() to work with Objects

Open adailtonandrade opened this issue 4 years ago • 2 comments

Is there a way for MaterialDialog.Instance.SelectChoicesAsync() to work with a IList of T or Object instead of a IList of String, as in the MaterialTextField InputType="choice"?

adailtonandrade avatar Aug 11 '19 20:08 adailtonandrade

looking for the same

ronakshethia avatar Aug 18 '19 11:08 ronakshethia

MaterialDialog SelectChoicesAsync depends on MaterialRadioButtonGroup, so to achieve this it seems we must update MaterialRadioButtonGroup's behavior first

Miiite avatar Oct 09 '19 12:10 Miiite