Skip to content

Commit

Permalink
RichText: restore aria-multiline (#24041)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix authored Jul 20, 2020
1 parent b958ae2 commit 59f7541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rich-text/src/component/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ function RichText( {
const editableProps = {
// Overridable props.
role: 'textbox',
'aria-multiline': '',
'aria-multiline': true,
'aria-label': placeholder,
...ariaProps,
ref,
Expand Down

0 comments on commit 59f7541

Please sign in to comment.