Skip to content

Commit

Permalink
Configure ComboBox in a working way
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- committed Sep 5, 2023
1 parent 2aa1188 commit 8e4706b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ComboBox.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ describe('ComboBox', () => {
ref={ref}
items={items}
opened
itemLabelPath='value'
renderer={({ item }) => <>{item.value}</>}
onSelectedItemChanged={(event) => {
expect(event.detail.value?.value).to.equal('bar');
Expand Down

0 comments on commit 8e4706b

Please sign in to comment.