Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e86dd86

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /