InputfieldFile and InputfieldImage use a textarea input for the description field unless the "Number of rows for description field?" is set to 1, in which case they use a text input.
This results in a less useful input as it can't be resized in the case that the user wants to enter a longer description and the text input doesn't seem to offer any advantages over a single-row textarea. Please consider using a textarea when rows=1.
InputfieldFile and InputfieldImage use a textarea input for the description field unless the "Number of rows for description field?" is set to 1, in which case they use a text input.
This results in a less useful input as it can't be resized in the case that the user wants to enter a longer description and the text input doesn't seem to offer any advantages over a single-row textarea. Please consider using a textarea when rows=1.