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}
|
||||
placeholder="Send a message to chat"
|
||||
style={{ width: '100%' }}
|
||||
role="textbox"
|
||||
aria-label="Chat text input"
|
||||
autoFocus
|
||||
/>
|
||||
<Popover
|
||||
|
||||
Reference in New Issue
Block a user