Skip to content

Commit

Permalink
fix: 🐛 remote raw maxlength props of input
Browse files Browse the repository at this point in the history
  • Loading branch information
novlan1 committed Aug 25, 2024
1 parent db39793 commit 31b5f96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
1 change: 0 additions & 1 deletion src/input/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ const Input = forwardRefWithStatics(
onBlur={handleBlur}
onPaste={handlePaste}
name={name}
maxLength={maxlength && !allowInputOverMax ? maxlength : null}
/>
);

Expand Down
Loading

0 comments on commit 31b5f96

Please sign in to comment.