Skip to content

Commit

Permalink
remove old dep
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed May 15, 2024
1 parent 821e31a commit 8849ba3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
16 changes: 2 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"name-initials": "^0.1.3",
"pluralize": "^8.0.0",
"popper.js": "^1.16.1",
"react-18-input-autosize": "^3.0.0",
"react-fast-compare": "^3.2.2",
"react-highlight-words": "^0.20.0",
"react-syntax-highlighter": "^15.5.0",
Expand Down
12 changes: 0 additions & 12 deletions src/form/Input/InlineInput/InlineInput.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import React, { forwardRef, Ref, InputHTMLAttributes } from 'react';
import AutosizeInput from 'react-18-input-autosize';
import { twMerge } from 'tailwind-merge';
import { InputTheme } from '@/form/Input/InputTheme';
import { cn, useComponentTheme } from '@/utils';

Expand Down Expand Up @@ -78,15 +76,5 @@ export const InlineInput = forwardRef<HTMLDivElement, InlineInputProps>(
/>
</div>
);
/*
return (
<AutosizeInput
inputRef={ref}
inputClassName={twMerge(theme.inline, inputClassName)}
placeholderIsMinWidth={placeholderIsMinWidth}
{...rest}
/>
);
*/
}
);

0 comments on commit 8849ba3

Please sign in to comment.