Skip to content

Commit d4cf6d2

Browse files
authored
Return the correct selection state (#30) (#31)
* Return the correct selection state * Restore App Veyor [build passing] badge on samples repo (#28) * modify postbuild to use copy for mono * copy step that is supported on mono * copy xml * one more try to support app veyor * remove spaces from file path * handle debug and release paths * undo package folder renaming to stay consistent with PM deployed version
1 parent 025a051 commit d4cf6d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ local.properties
4040
*.suo
4141
*.user
4242
*.sln.docstates
43+
.vs
4344

4445
# Build results
4546

src/SampleLibraryUI/Examples/DropDown.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ protected override SelectionState PopulateItemsCore(string currentSelection)
4949
// has a pre-selection.
5050

5151
SelectedIndex = 0;
52-
return SelectionState.Done;
52+
return SelectionState.Restore;
5353
}
5454

5555
public override IEnumerable<AssociativeNode> BuildOutputAst(List<AssociativeNode> inputAstNodes)

0 commit comments

Comments
 (0)