Conversation
3b90f9f to
0f07a7d
Compare
wes-otf
left a comment
There was a problem hiding this comment.
Small comment re: copy questions to clipboard
I was also only given an issue not populating specific required fields (mainly rich text) until I tried to submit after the preview. Fields like title & amount didn't let me make it to the preview without population which is what I expect of all required fields. Didn't dig too deep into what the issue was with that though.
All else seems to work pretty well though! bye bye jquery!!
| btnLabel: applicationForm.dataset.copyBtnLabel, | ||
| btnTitle: applicationForm.dataset.copyBtnTitle, | ||
| wordLimit: applicationForm.dataset.copyWordLimit, | ||
| selected: applicationForm.dataset.copySelected, |
There was a problem hiding this comment.
They are only set on applicationsubmission_form.html and not on application_base.html. Will fix that.
There was a problem hiding this comment.
Test is being updated in a few minuts.
077b131 to
018c30a
Compare
Not sure I get this issue. Are the required field not working as they should in some way? If you set |

We only have a few scripts using jQuery so time to retire it and go full vanilla js.
This PR rebuilds the js part of the addressfield, merging all js in to a single file using modern vanilla js.
Also make strings in submission-form-copy.js translateble.
Test Steps