Skip to main content

Hello everyone,

 

I came across a feature that could enhance our user experience: adding CRLF (Carriage Return Line Feed) support to snackbar messages and tooltips.

Currently, snackbars do not support creating new lines (as far as I am concerned), which can make messages with multiple points difficult to read. While popups do support multiline text, they can be too disruptive for simple notifications.

 

Example:

Instead of a single-line message in a snackbar like this:

'’This is an error message because: - this is missing, - and this, - and this'’

 

We could format it as:

'’This is an error message because:
- this is missing
- and this
- and this'’

 

This format would also be beneficial for tooltips, providing more detailed information without overwhelming the user.

 

Benefits:

  1. Enhanced Readability: Users can easily read and understand messages with multiple lines, improving overall clarity.
  2. Improved User Experience: Maintain the non-intrusive nature of snackbars while making them more informative.

 

Looking forward to hearing your thoughts and feedback!

 

Kind regards,

Balazs Szeder

NewOpen