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

Initial value to IconFormField is does not select previously saved icon #11

Open BallisticPain opened 4 years ago

BallisticPain commented 4 years ago

When I am using the IconFormField to edit a record, it will not use the initial keyword argument to select the previously selected icon that a user may want to edit. Any assistance would be greatly appreciated. It looks like it should work fine in the code.

Edit: Using v1.0.16