Skip to content

Commit 1b89e78

Browse files
committed
Fix for ESURVEY-7617: Contribution cannot be submitted with prefilled fields by API call
1 parent e551a78 commit 1b89e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/resources/js/runner.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ function createUploader(instance, maxSize)
349349
$(function() {
350350

351351
$('#runnerForm').on('submit', function() {
352-
$('input, select').attr('disabled', false);
352+
$('input, select, textarea').attr('disabled', false);
353353
});
354354

355355
if ($("#nolocalstorage").length > 0) {

0 commit comments

Comments
 (0)