uwblueprint / shoe-project

👠👟 Repo for The Shoe Project @ UWBlueprint
https://map.theshoeproject.online
MIT License
6 stars 0 forks source link

Tags are one word only... #332

Closed pamwang closed 3 years ago

pamwang commented 3 years ago

Description

The tags are currently one word only. When the user presses space a new tag is created. This should not happen. Space should not create a new tag. Only enter should create a new tag.

Steps to Reproduce

  1. Add A story
  2. Add Tags
  3. Add a tag that does not exist and is a two-word item: for example "blue whale". Do this by typing "blue", space, "whale", enter

Current behaviour: Two tags are created "blue" and "whale" Expected behaviour: One tag "blue whale"