You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accessibility Issue:- I have set of big text area which has 3 sections, each sections are break down with '\n\n' new line . with this new line content section looks good, But the when im reading the content, its skipping those text area.and if i add single '\n' at end of the text, then its reading. any help highly appreciated
example: {Hi\n\nthis is a test message\n\nwith multiple para}
the same content is reading if we add \n as below {Hi\nthis is a test message\nwith multiple para}
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Accessibility Issue:- I have set of big text area which has 3 sections, each sections are break down with '\n\n' new line . with this new line content section looks good, But the when im reading the content, its skipping those text area.and if i add single '\n' at end of the text, then its reading. any help highly appreciated
example: {Hi\n\nthis is a test message\n\nwith multiple para}
the same content is reading if we add \n as below {Hi\nthis is a test message\nwith multiple para}
The text was updated successfully, but these errors were encountered: