We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d82f52 commit 4da806aCopy full SHA for 4da806a
src/index.tsx
@@ -22,6 +22,7 @@ export interface TextareaAutosizeProps extends Omit<TextareaProps, 'style'> {
22
onHeightChange?: (height: number, meta: TextareaHeightChangeMeta) => void;
23
cacheMeasurements?: boolean;
24
style?: Style;
25
+ className?: string;
26
}
27
28
const TextareaAutosize: React.ForwardRefRenderFunction<
0 commit comments