formio / formio.js

JavaScript powered Forms with JSON Form Builder
https://formio.github.io/formio.js
MIT License
1.89k stars 1.06k forks source link

FIO-7406 Fixed plain Textarea interpolating data in readonly mode #5383

Closed antonSoftensity closed 11 months ago

antonSoftensity commented 1 year ago

Link to Jira Ticket

https://formio.atlassian.net/browse/FIO-7406

Description

Previously, all types of Textarea inputs were interpolated by default in readonly mode (i.e. submission view). This change disables interpolating when custom editors are not used.

How has this PR been tested?

Tested locally

Checklist:

travist commented 11 months ago

👍