You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
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 likeblank
are broken, whereas custom messages still work.A workaround for me is disabling the
htmlSafe
flag for the validation messages, which I configured to haveprefix: 'forms.errors'
.The text was updated successfully, but these errors were encountered: