Skip to content

Commit

Permalink
chore: add disabled prop
Browse files Browse the repository at this point in the history
  • Loading branch information
damianricobelli committed Mar 5, 2024
1 parent f4866d5 commit 662e180
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/www/registry/default/ui/otp-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ export const OTPInput = ({
autoComplete="one-time-code"
maxLength={1}
size={1}
disabled={rest.disabled}
className={cn(
"text-center font-bold",
activeInput === i && "z-10",
Expand Down
1 change: 0 additions & 1 deletion apps/www/registry/new-york/ui/otp-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ export const OTPInput = ({
autoComplete="one-time-code"
maxLength={1}
size={1}
disabled={rest.disabled}
className={cn(
"text-center font-bold",
activeInput === i && "z-10",
Expand Down

0 comments on commit 662e180

Please sign in to comment.