nodunayo / speakerline

Showcasing speakers' proposals and timelines in an effort to demystify the CFP process and help new speakers get started.
http://speakerline.io
MIT License
73 stars 26 forks source link

Tags lose comma-separation if a proposal isn't saved #563

Closed esmale closed 1 month ago

esmale commented 1 month ago

I completely missed the "max 3" in the label, so I put 4 comma-separated tags into the field: ruby,rails,react,hotwire.

My proposal record obviously didn't save, for the expected reason that the maximum_amount_of_tags validation failed.

But when the page was re-rendered, the tags input field looked like this: ruby rails react hotwire instead of ruby,rails,react,hotwire, which isn't the formatting I'd have expected here.