Users should be able to add more than one interest at a time into a single text field. I was thinking that we could separate them by commas (as this is a common pattern) and on the view just slice it into a list before parsing. Keep in mind that we'll also probably need to trim off any extra whitespace around the commas, but we shouldn't expect that users will put it in.
Users should be able to add more than one interest at a time into a single text field. I was thinking that we could separate them by commas (as this is a common pattern) and on the view just slice it into a list before parsing. Keep in mind that we'll also probably need to trim off any extra whitespace around the commas, but we shouldn't expect that users will put it in.