We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceda28b commit e86dd86Copy full SHA for e86dd86
README.md
@@ -997,7 +997,7 @@ public class DropdownFieldViewModel : IBindingContext
997
};
998
999
Items = new ReadOnlyProperty<ObservableCollection<string>>(items);
1000
- SelectedItem = new Property<string>("Value 1");
+ SelectedItem = new Property<string>(items[0]);
1001
}
1002
1003
public IReadOnlyProperty<ObservableCollection<string>> Items { get; }
0 commit comments