是的验证消息

Yup validation message with  

我正在使用是的,我目前拥有的代码是

   word: yup
    .string()
    .required('word must be 5 characters.')
    .matches(fiveCharacters, 'word must be 5 characters.'),

效果很好,但是当我尝试在 5 和字符之间添加一个不间断的 space 时

5 characters

它出现在上面的 DOM 中,而不是真正的非破坏性 space。我试着在谷歌上搜索逃生选项,但找不到任何东西。谢谢

我在某处读到   的行为不正常 space。尝试使用这个 unix 代码 \u00a0