Skip to content

Commit

Permalink
fix(Picker): Add logic for tab output for keyboard nav.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbullhorn committed Sep 30, 2024
1 parent 9d3a688 commit 53e9ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/novo-elements/src/elements/picker/Picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ export class NovoPickerElement implements OnInit {
}

if (this.allowTabNavigation && event.key === Key.Tab) {
this.closePanel();
this.tab.emit();
return;
}
}

Expand Down

0 comments on commit 53e9ede

Please sign in to comment.