diff --git a/lib/simple_form/components/errors.rb b/lib/simple_form/components/errors.rb index 2f9dabe4..8418d237 100644 --- a/lib/simple_form/components/errors.rb +++ b/lib/simple_form/components/errors.rb @@ -23,6 +23,7 @@ module SimpleForm def full_error_text text = has_custom_error? ? options[:error] : full_errors.send(error_method) + text.html_safe end