Skip to content

Commit

Permalink
Update modules/react/select/lib/hooks/useSelectInput.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas Boll <[email protected]>
  • Loading branch information
mannycarrera4 and NicholasBoll authored Oct 28, 2024
1 parent cf46087 commit 7939af0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/react/select/lib/hooks/useSelectInput.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ export const useSelectInput = composeHooks(
if (event.key !== 'Tab') {
event.preventDefault();
}
console.log(elemProps.keySofar);

// Select should open if Spacebar is typed and nothing has been typed AND the menu is hidden
if (
Expand Down

0 comments on commit 7939af0

Please sign in to comment.