Add accessibility properties to chat text input. Closes #2444
This commit is contained in:
@@ -256,6 +256,8 @@ export const ChatTextField: FC<ChatTextFieldProps> = ({ defaultText }) => {
|
|||||||
renderElement={renderElement}
|
renderElement={renderElement}
|
||||||
placeholder="Send a message to chat"
|
placeholder="Send a message to chat"
|
||||||
style={{ width: '100%' }}
|
style={{ width: '100%' }}
|
||||||
|
role="textbox"
|
||||||
|
aria-label="Chat text input"
|
||||||
autoFocus
|
autoFocus
|
||||||
/>
|
/>
|
||||||
<Popover
|
<Popover
|
||||||
|
|||||||
Reference in New Issue
Block a user