是否可以使用带空格的标签?

Is it possible to have tags with spaces?

我正在使用 ng-tags-input 库,但是,当我返回带有空格的响应时,它们会被标签中的连字符替换。有没有办法防止这种情况?至少能拿到原值吗?

看来我现在需要 replaceSpacesWithDashes 标签输入。