A better way to create a list of values?

Hey all,

I would like it so my client could enter a list of values/specs individually via an input field to produce an array of values that I can map over. Currently the only field option I can see for listing out specs is rich text with bullet points, however this relies on the client formatting the list of values which I want to avoid. Is there a better approach I can take?

If not maybe it would be a good idea for Strapi team to implement a content type field that could achieve this? The way I see it, an editor could individually add items through an input field, see all the inputted values with a cross button to delete if not needed. The result on the api would be an array of values that could be mapped over and formated into a list on the frontend.

Let me know what you think and have a good day!

2 Likes