-
-
Notifications
You must be signed in to change notification settings - Fork 597
Open
Labels
Description
Bug description
Pressing space in the Taggable fieldtype doesn't do anything. Spaces should work. New tags should only be added when "enter" is pressed or the input blurs.
It probably has to do with this listener: https://github.com/statamic/cms/blob/master/resources/js/components/ui/Combobox/Combobox.vue#L383
v5
CleanShot.2025-12-20.at.10.36.05.mp4
v6
CleanShot.2025-12-20.at.10.39.04.mp4
How to reproduce
- Add a Taggable field to your blueprint
- Try to type something with a space, like "foo bar"
- See that pressing "space" doesn't do anything
Logs
Environment
Environment
Application Name: Duncan's Wonderful Sandbox
Laravel Version: 12.41.1
PHP Version: 8.4.16
Composer Version: 2.9.2
Environment: local
Debug Mode: ENABLED
URL: sandbox.test
Maintenance Mode: OFF
Timezone: UTC
Locale: en
Cache
Config: NOT CACHED
Events: NOT CACHED
Routes: NOT CACHED
Views: CACHED
Drivers
Broadcasting: pusher
Cache: file
Database: mysql
Logs: stack / single
Mail: smtp
Queue: redis
Session: file
Storage
public/storage: NOT LINKED
Statamic
Addons: 1
Sites: 1
Stache Watcher: Enabled (auto)
Static Caching: Disabled
Version: dev-master PRO
Statamic Addons
duncanmcclean/test: 6.0.x-devInstallation
Fresh statamic/statamic site via CLI
Additional details
No response