Skip to content

Commit

Permalink
Merge pull request #5136 from sodatea/test-multiselect-highlight
Browse files Browse the repository at this point in the history
test(MultiSelect): update tests according to #5105
  • Loading branch information
tugcekucukoglu authored Jan 24, 2024
2 parents 9aaa98f + 0b185e2 commit 1ecdbc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/lib/multiselect/MultiSelect.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ describe('MultiSelect.vue', () => {
{ name: 'Paris', code: 'PRS' }
],
optionLabel: 'name',
placeholder: 'Select Cities'
placeholder: 'Select Cities',
highlightOnSelect: true
}
});
});
Expand Down

0 comments on commit 1ecdbc6

Please sign in to comment.