Skip to content

Commit 8b2bd1b

Browse files
committed
fixup! fix(aria/combobox): readonly behavior
1 parent ab3a7f7 commit 8b2bd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aria/ui-patterns/combobox/combobox.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ describe('Combobox with Listbox Pattern', () => {
597597
});
598598

599599
it('should close on escape', () => {
600-
const {combobox, listbox} = getPatterns({readonly: true});
600+
const {combobox} = getPatterns({readonly: true});
601601
combobox.onKeydown(down());
602602
expect(combobox.expanded()).toBe(true);
603603
combobox.onKeydown(escape());

0 commit comments

Comments
 (0)