Open Dreamescaper opened 2 years ago
Fix #460 .
<Picker @bind-SelectedItem="SelectedModelDefault" Title="Select a model" ItemDisplayBinding="ItemDisplay" ItemsSource="ModelsWithDefault" /> ... public string ItemDisplay(PickerModel model) { return $"❤️{model.Name}❤️"; }
I haven't changed property name (to ItemDisplaySelector) so far, but I'd be happy to do so if you think that's better.
Fix #460 .
I haven't changed property name (to ItemDisplaySelector) so far, but I'd be happy to do so if you think that's better.