Skip to content

Commit e86dd86

Browse files
authored
Update readme file.
1 parent ceda28b commit e86dd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ public class DropdownFieldViewModel : IBindingContext
997997
};
998998

999999
Items = new ReadOnlyProperty<ObservableCollection<string>>(items);
1000-
SelectedItem = new Property<string>("Value 1");
1000+
SelectedItem = new Property<string>(items[0]);
10011001
}
10021002

10031003
public IReadOnlyProperty<ObservableCollection<string>> Items { get; }

0 commit comments

Comments
 (0)