jazzband / django-smart-selects

chained and grouped selects for django forms
https://django-smart-selects.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.12k stars 352 forks source link

ChainedSelectMultiple doesn't update de css extra attrs #347

Open DARKDEYMON opened 1 year ago

DARKDEYMON commented 1 year ago

in file widgets line 302 The following line of code is missing which causes you to not be able to add extra css code to field attrs.update(self.attrs)##< this is missing attrs["data-chainfield"] = chain_field attrs["data-url"] = url