You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Setup/Environment
ProcessWire version: 3.0.241
The text was updated successfully, but these errors were encountered:
Short description of the issue
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.
Setup/Environment
The text was updated successfully, but these errors were encountered: