Add accessibility properties to chat text input. Closes #2444

This commit is contained in:
Gabe Kangas
2022-12-19 21:48:57 -08:00
parent 689dba26eb
commit c597a0de9e

View File

@@ -256,6 +256,8 @@ export const ChatTextField: FC<ChatTextFieldProps> = ({ defaultText }) => {
renderElement={renderElement}
placeholder="Send a message to chat"
style={{ width: '100%' }}
role="textbox"
aria-label="Chat text input"
autoFocus
/>
<Popover