Skip to content

Commit

Permalink
Add closeOnSelect to tests that expect it
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Sep 12, 2017
1 parent e1e11fa commit 8adf585
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/Select-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1958,7 +1958,8 @@ describe('Select', () => {
value: '',
options: options,
searchable: false,
multi: true
multi: true,
closeOnSelect: false,
}, {
wireUpOnChangeToValue: true
});
Expand Down Expand Up @@ -3864,7 +3865,8 @@ describe('Select', () => {
{ value: 'five', label: 'label five' }
],
value: [ 'three', 'two' ],
multi: true
multi: true,
closeOnSelect: false,
}, {
wireUpOnChangeToValue: true
});
Expand Down

0 comments on commit 8adf585

Please sign in to comment.