this is a small mistake in the foundation
open your css and add the following
textarea { height: auto; }
then you can create your text box as you wish, and rows will work as well
Example
<textarea rows="5" name="textareaname" cols="50"></textarea>
UPDATE:
This bug is now fixed in Foundation 5.
Levente nagy
source share