Baseflow / Baseflow/XF-Material-Library

Implement ChoicesBindingNameProperty

Open
#440 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
C#
Stars
633
Forks
150
PR merge metrics
No merged PRs in 30d

Description

## 🚀 Feature Requests

ChoicesBindingNameProperty is currently commented out in the code. You cannot set it but there already is an implementation for it.

### Contextualize the feature
You can set any object as Choices but currently there is no option to specify which property of the object should be shown in the picker dialog.

### Describe the feature
There should be an option to specify a converter which receives the object from the list and returns a string for the dialog. For this the type of ChoicesBindingName needs to be changed to BindingBase.

Usage would be something like this:
```

```

### Platforms affected (mark all that apply)
- [x] :iphone: iOS
- [x] :robot: Android
- [x] :checkered_flag: WPF
- [x] :earth_americas: UWP
- [x] :apple: MacOS
- [x] :tv: tvOS
- [x] :monkey: Xamarin.Forms

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.