Skip to content

Commit

Permalink
feat!: Tremor v4
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed Dec 12, 2024
1 parent 4142f28 commit a5a3439
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/input-elements/BaseInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ const BaseInput = React.forwardRef<HTMLInputElement, BaseInputProps>((props, ref
if (node) {
node.addEventListener("focus", handleFocus);
node.addEventListener("blur-sm", handleBlur);

// Autofocus logic
if (autoFocus) {
node.focus();
}
Expand Down

0 comments on commit a5a3439

Please sign in to comment.