Hi
I have seen this post/comment from "Sebastian Stamm" [1] which describes that we should not be using JavaScript libraries within embedded forms and that within Camunda 7.3 there is a way to include libraries.
We are not at a point to be able to take the latest version of Camunda 7.3.0-alpha? as we are wanting to release to prod asap.
Is there a way that one can use our own JavaScript Libraries in Camunda 7.2?
I have tried to include libraries within the tasklist index.html using something like (above the config.js import):
<script type="text/javascript" src="$APP_ROOT/app/tasklist/scripts/multifile-v2.1.0/jQuery.MultiFile.min.js"></script>
The file is being added to the app I can use Chrome to open this file within anther tab in the browser.
However is as it its loaded later... because none of the MultiFile [1] functionality kicks in.
Within the embedded form I have
<input type="file" class="multi"/>
Which should get picked up but the JavaScript library.