diff --git a/src/common/components/TextInput/TextInput.tsx b/src/common/components/TextInput/TextInput.tsx index 294df75..c33bdaf 100644 --- a/src/common/components/TextInput/TextInput.tsx +++ b/src/common/components/TextInput/TextInput.tsx @@ -15,6 +15,8 @@ export const TextInput = (props: TextInputProps) => { extensions: extensions, editorProps: { attributes: { + "aria-label": "Add a spark", + role: "textbox", class: "p-4 min-h-full block w-full bg-white border border-blue-300 rounded-lg text-sm focus:border-blue-500 focus:ring-blue-500 disabled:opacity-50 disabled:pointer-events-none dark:bg-neutral-900 dark:border-neutral-700 dark:text-neutral-400 dark:placeholder-neutral-500 dark:focus:ring-neutral-600", }, handleKeyDown: (view, event) => {