commit 7eda616a03a9f0d0af321308bd9973b0324465d3 parent e06dfa9ce0718b5bbdf6a4569e148e52300229ef Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 2 May 2023 17:48:38 +0200 fix: set correct aira-labelledby Diffstat:
| M | src/components/input/chat/input.tsx | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/input/chat/input.tsx b/src/components/input/chat/input.tsx @@ -67,7 +67,7 @@ const ChatInput: FC<ChatInputProps> = ({ namespace, onChange, onError }: ChatInp <ToolbarPlugin /> <div className="editor-inner"> <RichTextPlugin - contentEditable={<ContentEditable className="editor-input" aria-labelledby='editor-placeholder' />} + contentEditable={<ContentEditable className="editor-input" ariaLabelledBy='editor-placeholder' />} placeholder={<Placeholder />} ErrorBoundary={LexicalErrorBoundary} />