Inputting Multiple Values on a Form

I’m looking at creating a form that would need to take in an unknown number of strings in an array. An example could be tags given to a blog post. An author may choose to use one, but may choose to use many more.

Is there a way to do this with Grav Forms? Alternatively, I was thinking I could write a plugin to split a textarea on newline characters.