Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Fix Input type prop not being passed
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-phan committed Feb 7, 2024
1 parent 9248194 commit 6db1b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function Input({

let rawInput = (
<input
// type={type}
type={type}
className={clsx(
'w-full focus-visible:outline-none !shadow-none focus:ring-0',
hasChild ? 'grow border-none bg-transparent p-0' : commonClasses,
Expand Down

0 comments on commit 6db1b9b

Please sign in to comment.