django-smart-selects
django-smart-selects copied to clipboard
ChainedSelectMultiple doesn't update de css extra attrs
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