Support RTL language in message composer
This commit is contained in:
parent
b81c084cf5
commit
bc924bbd82
1 changed files with 1 additions and 0 deletions
|
@ -566,6 +566,7 @@ export default class BasicMessageEditor extends React.Component {
|
|||
aria-haspopup="listbox"
|
||||
aria-expanded={Boolean(this.state.autoComplete)}
|
||||
aria-activedescendant={completionIndex >= 0 ? generateCompletionDomId(completionIndex) : undefined}
|
||||
dir="auto"
|
||||
/>
|
||||
</div>);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue