Reply view improvements

This commit is contained in:
Alejandro Gomez
2023-02-01 23:14:30 +01:00
parent ea7209c12f
commit 4b170d75f5
4 changed files with 104 additions and 16 deletions

View File

@ -61,7 +61,7 @@ const Textarea = ({ users, onChange, ...rest }: any) => {
<ReactTextareaAutocomplete
{...rest}
loadingComponent={() => <span>Loading....</span>}
placeholder="Say something!"
placeholder="What's on your mind?"
onChange={onChange}
textAreaComponent={TextareaAutosize}
trigger={{