Label message edit field as such for screen readers
See https://github.com/vector-im/riot-web/issues/9747
This commit is contained in:
parent
68c4ee9374
commit
a551ef1a72
2 changed files with 2 additions and 0 deletions
|
@ -187,6 +187,7 @@ export default class MessageEditor extends React.Component {
|
|||
onInput={this._onInput}
|
||||
onKeyDown={this._onKeyDown}
|
||||
ref={ref => this._editorRef = ref}
|
||||
aria-label={_t("Edit message")}
|
||||
></div>
|
||||
<div className="mx_MessageEditor_buttons">
|
||||
<AccessibleButton kind="secondary" onClick={this._cancelEdit}>{_t("Cancel")}</AccessibleButton>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue