silverstripe-userforms/templates/SilverStripe/UserForms/Model/EditableFormField
3Dgoo c71cf11a8e
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
2021-03-22 17:10:42 +13:00
..
EditableCheckbox.ss FIX Add missing space before aria-describedby attribute 2020-05-04 18:13:41 +12:00
EditableCheckbox_holder.ss API Move templates to namespaced class locations in the templates folder 2017-08-22 16:40:16 +12:00
EditableDropdown.ss FIX Add missing space before aria-describedby attribute 2020-05-04 18:13:41 +12:00
EditableFileField.ss API Move templates to namespaced class locations in the templates folder 2017-08-22 16:40:16 +12:00
EditableLiteralField_holder.ss API Move templates to namespaced class locations in the templates folder 2017-08-22 16:40:16 +12:00
EditableMultipleOptionField_holder.ss API Move templates to namespaced class locations in the templates folder 2017-08-22 16:40:16 +12:00
EditableTextareaField.ss Fix <br> in textarea on validation redirect (#1035) 2021-03-22 17:10:42 +13:00