Search code examples
ng-tags-input

Is it possible to have tags with spaces?


I am using the ng-tags-input library, however, when my responses come back with spaces they are replaced with hyphens in the tag. Is there a way to prevent this? At a minimum can I get the original value?


Solution

  • Looks like I need replaceSpacesWithDashes on tags input trying now.