Skip to content

Commit

Permalink
fixed test for removeSelected=false
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarm committed Sep 25, 2017
1 parent 2832522 commit 4c744b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Select-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,8 @@ describe('Select', () => {
value: '',
options: options,
multi: true,
removeSelected: false
removeSelected: false,
closeOnSelect: false
}, {
wireUpOnChangeToValue: true
});
Expand Down

0 comments on commit 4c744b5

Please sign in to comment.