mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Fix <br> in textarea on validation redirect (#1035)
* Fix <br> in textarea on validation redirect When someone inserts break lines in a textarea field and submits the form, if the form validation fails and the form is populated the text area will populate with <br> displayed in the field. This fixes that issue. * Update EditableTextareaField.ss
This commit is contained in:
parent
b0b35465c3
commit
c71cf11a8e
@ -1 +1 @@
|
||||
<textarea $AttributesHTML<% if $RightTitle %> aria-describedby="{$Name}_right_title"<% end_if %>>$Value</textarea>
|
||||
<textarea $AttributesHTML<% if $RightTitle %> aria-describedby="{$Name}_right_title"<% end_if %>>$Value.HTMLATT</textarea>
|
||||
|
Loading…
Reference in New Issue
Block a user