naymspace / backpex

Backpex is a highly customizable administration panel for Phoenix LiveView applications.
https://backpex.live
MIT License
360 stars 20 forks source link

Display newlines and whitespaces for textarea values #418

Closed Flo0807 closed 1 week ago

Flo0807 commented 2 weeks ago

Previously, newlines and spaces were collapsed in textarea values on show views. With this PR, textarea values are now displayed as in the input (show view only).

image