XF-Material-Library
XF-Material-Library copied to clipboard
MaterialDialog.Instance.SelectChoicesAsync() to work with Objects
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"?
looking for the same
MaterialDialog SelectChoicesAsync depends on MaterialRadioButtonGroup, so to achieve this it seems we must update MaterialRadioButtonGroup's behavior first