-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I just added the htmlSafe
flag by default as mentioned here. Then some of my validation message are broken: "undefined is invalid"
. It seemd the default messages like blank
are broken, whereas custom messages still work.
A workaround for me is disabling the htmlSafe
flag for the validation messages, which I configured to have prefix: 'forms.errors'
.
return this._super(key, assign({ htmlSafe: !key.includes('forms.errors.') }, options));
ludalex and rreckonerr
Metadata
Metadata
Assignees
Labels
No labels