BenjjinF / django-fontawesome-5

A utility for using icons in models, forms, and templates.
BSD 2-Clause "Simplified" License
21 stars 18 forks source link

Attach an IconFormField dynamically #10

Open BallisticPain opened 4 years ago

BallisticPain commented 4 years ago

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 call getContainers() from the global scope. How would you go about solving this?

Edit: Using v1.0.16

BallisticPain commented 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.

BenjjinF commented 4 years ago

I'm a bit busy with work until the weekend; is there anything in particular that you'd like to know to get started?