Skip to content

Commit

Permalink
Update src/components/NumberInput/NumberInput.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Timothy Z. <[email protected]>
  • Loading branch information
Botsy and kKaskak authored Feb 12, 2025
1 parent 6274115 commit d7974ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NumberInput/NumberInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const NumberInput = forwardRef<HTMLInputElement, Props>(({ defaultValue, showBut
{props.label && <div className={styles['label']}>{props.label}</div>}
<input
ref={ref}
type="number"
type={'number'}
tabIndex={0}
value={value}
{...props}
Expand Down

0 comments on commit d7974ba

Please sign in to comment.