Skip to content

Commit 4972096

Browse files
Update packages/uui-combobox-list/lib/uui-combobox-list.element.ts
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
1 parent 985b6a1 commit 4972096

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/uui-combobox-list/lib/uui-combobox-list.element.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ export class UUIComboboxListElement extends LitElement {
242242
//Space key
243243
case ' ': {
244244
const el = e.target as HTMLInputElement;
245-
console.log('FROM LIST', el.value);
246245
e.preventDefault();
247246
e.stopPropagation();
248247
this._getActiveElement?.click();

0 commit comments

Comments
 (0)