If you are generating an entry's title using the collection's title_format option, the slug is only updated after the entry is saved. This is leading to the issue illustrated in the video.
It would be a nice UX improvement if the title would generate on the fly and not only after saving the entry. This would also make the slug generate in real-time as it usually does. And would probably solve this issue altogether.
Bug description
If you are generating an entry's title using the collection's
title_format
option, the slug is only updated after the entry is saved. This is leading to the issue illustrated in the video.It would be a nice UX improvement if the title would generate on the fly and not only after saving the entry. This would also make the slug generate in real-time as it usually does. And would probably solve this issue altogether.
https://user-images.githubusercontent.com/23167701/213204712-dc18fc61-3ffe-42d3-80a2-fbd8ec177545.mov
How to reproduce
first_name
andlast_name
field to your blueprinttitle_format: '{first_name} {last_name}'
to your collection configLogs
No response
Environment
Installation
Fresh statamic/statamic site via CLI
Antlers Parser
runtime (new)
Additional details
No response