[SOLVED] Regression in Tags - Space key now creates a tag

I’m submitting a…

[x] Regression (a behavior that topped working in a new release)
[ ] Bug report
[ ] Performance issue
[ ] Documentation issue or request

Current behavior

In a Tag content field, when I try to type a multiple-word tag (separated by space), it will create a tag as soon as I press space, meaning I can no longer have multi-word tags.

Expected behavior

In a Tag content field, I expect to be able to type a tag with spaces, and press tab or enter to complete the tag

Minimal reproduction of the problem

Create a tag field in a schema and try to type a tag with a space, e.g. “some words”, it will create the “some” tag as soon as you press space

Environment

  • [ ] Self hosted with version docker
  • [ ] Self hosted with IIS
  • [ ] Self hosted with other version
  • [x] Cloud version

Browser:

  • [x] Chrome (desktop)
  • [ ] Chrome (Android)
  • [ ] Chrome (iOS)
  • [ ] Firefox
  • [ ] Safari (desktop)
  • [ ] Safari (iOS)
  • [ ] IE
  • [ ] Edge

Others:

Hi,

the problem is, that both - Tab and Enter - interfere with other browser behaviors. To submit a form or a to focus the next control.

Therefore I changed it.

Sebastian

Is there a way to create tags with multiple words?

Could you possibly change it to, create a tag if you type a comma (’,’)? rather than space?

Yes, I will change it this afternoon. I checked a few other tag inputs and comma seems to be the default behavior.

1 Like

Deployment is out. Can you verify it that it works as expected?

Looks like it works great. Thank you so much for the fast response!!!

You are welcome :slight_smile: