Commit 24dad01
authored
fix(plugin-form-builder): display full textarea content in form submissions (#14161)
Fixes #14102
Changed `submissionData.value` field type from `text` to `textarea` to
properly display multi-line content in the Form Submissions admin view.
The `text` field type was rendering content in single-line inputs with
40px fixed height, truncating textarea values. Using `textarea` field
type leverages Payload's existing multi-line rendering.1 parent 8663024 commit 24dad01
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments