getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.32k stars 168 forks source link

Tags field: input doesn't get separated on blur #4638

Closed distantnative closed 2 years ago

distantnative commented 2 years ago

Maybe I add this to the same issue, as this is closely related. When enter some comma separated tags and then instead of hitting enter, I click outside the field, the tags will visually show as one big, merged tag:

Bildschirmfoto 2022-09-12 um 16 22 27

They are correctly saved to the content file though and when I leave the page and then navigate back to it, they show correctly again:

Bildschirmfoto 2022-09-12 um 16 23 20

When I hit enter in the tag field, the tags are separated correctly directly.

Originally posted by @trych in https://github.com/getkirby/kirby/issues/4590#issuecomment-1243820783

bastianallgeier commented 2 years ago