From 59f754114c5adc24603ccb5096f5001a3779685c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ella=20van=C2=A0Durpe?= Date: Mon, 20 Jul 2020 13:46:27 +0300 Subject: [PATCH] RichText: restore aria-multiline (#24041) --- packages/rich-text/src/component/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rich-text/src/component/index.js b/packages/rich-text/src/component/index.js index 7a392dcc956ef..4b2529a3b4780 100644 --- a/packages/rich-text/src/component/index.js +++ b/packages/rich-text/src/component/index.js @@ -1106,7 +1106,7 @@ function RichText( { const editableProps = { // Overridable props. role: 'textbox', - 'aria-multiline': '', + 'aria-multiline': true, 'aria-label': placeholder, ...ariaProps, ref,