Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed May 15, 2024
1 parent 8849ba3 commit 57de9c6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/form/Input/InlineInput/InlineInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@ export interface InlineInputProps
*/
inputClassName?: string;

/**
* Don't collapse size to less than the placeholder
*/
placeholderIsMinWidth?: boolean;

/**
* onAutosize handler
*/
onAutosize?: (newWidth: number) => void;

/**
* Theme for the InlineInput.
*/
Expand All @@ -39,7 +29,6 @@ export const InlineInput = forwardRef<HTMLDivElement, InlineInputProps>(
(
{
inputClassName,
placeholderIsMinWidth = true,
className,
placeholder,
value,
Expand Down

0 comments on commit 57de9c6

Please sign in to comment.