You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Takes attrs, but it doesn't do anything with them. I'm trying to put a required="required" attribute on the input, but it's not working because this method ignores it. It should put those attrs into the HTML in generates.
The text was updated successfully, but these errors were encountered:
This method:
https://github.com/praekelt/django-simple-autocomplete/blob/master/simple_autocomplete/widgets.py#L98
Takes
attrs
, but it doesn't do anything with them. I'm trying to put arequired="required"
attribute on the input, but it's not working because this method ignores it. It should put thoseattrs
into the HTML in generates.The text was updated successfully, but these errors were encountered: