We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98b89fb + 29de83e commit 4aa7375Copy full SHA for 4aa7375
searchableselect/widgets.py
@@ -39,7 +39,7 @@ def __init__(self, *args, **kwargs):
39
40
super(SearchableSelect, self).__init__(*args, **kwargs)
41
42
- def render(self, name, value, attrs=None, choices=()):
+ def render(self, name, value, attrs=None, renderer=None, choices=()):
43
if value is None:
44
value = []
45
0 commit comments