diff --git a/src/components/TextAreaResizable/index.tsx b/src/components/TextAreaResizable/index.tsx index 0a9fe26..4581e30 100644 --- a/src/components/TextAreaResizable/index.tsx +++ b/src/components/TextAreaResizable/index.tsx @@ -78,6 +78,7 @@ export const TextAreaResizable = (props: TextAreaResizableProps) => { textAlignVertical="top" onChange={handleChange} onContentSizeChange={handleContentSizeChange} + {...props} /> ) }