Open BallisticPain opened 4 years ago
@BenjjinF If you can point me in the right direction, I would be happy to submit PRs for any of the tickets have created... whether that be for documentation or code.
I'm a bit busy with work until the weekend; is there anything in particular that you'd like to know to get started?
I have a formset and I'm using JavaScript to copy a blank form for added entries. This creates an issue where the binding that your package initializes in
onReady
is of course not bound to the newly copied form. I've not seen a way whereby I can callgetContainers()
from the global scope. How would you go about solving this?Edit: Using v1.0.16