Baseflow / Baseflow/XF-Material-Library
Radio Button not showing on iOS in SelectChoiceAsync
Open
- Dominant language
- C#
- Stars
- 633
- Forks
- 150
- PR merge metrics
- No merged PRs in 30d
Description
Radio button not showing on iOS for
```
int result = await MaterialDialog.Instance.SelectChoiceAsync(title: "Select location type",
choices: option);
```
On android radio button appears fine
iOS Version : >=13.0

Contributor guide
Assessment
This issue has not been assessed yet.