There's a possibility to define a String return type for select field types. However, internally Forms stores the select value as JSON Array because select could have multiple values.
This task aims to normalize the JSON array info in the DDMFormInstanceFactory creation. If it's a single value it returns the single value, if it's multiple is joins the values into a comma separated value.