django-smart-selects icon indicating copy to clipboard operation
django-smart-selects copied to clipboard

ChainedSelectMultiple doesn't update de css extra attrs

Open DARKDEYMON opened this issue 2 years ago • 0 comments

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

DARKDEYMON avatar Mar 07 '23 15:03 DARKDEYMON