Add placeholder for rich text editor (#9613)
* Add placeholder for rich text editor
This commit is contained in:
parent
8b8d24c24c
commit
7c63d52500
8 changed files with 109 additions and 19 deletions
|
@ -43,6 +43,7 @@ const Content = forwardRef<HTMLElement, ContentProps>(
|
|||
interface SendWysiwygComposerProps {
|
||||
initialContent?: string;
|
||||
isRichTextEnabled: boolean;
|
||||
placeholder?: string;
|
||||
disabled?: boolean;
|
||||
e2eStatus?: E2EStatus;
|
||||
onChange: (content: string) => void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue