I am currently learning Django Framework with django-autocomplete-light 3.1.3 and i can't find any way to change the css of a input field.
In there documentation it is written that we can create our own HTML template de deal with the data but can we just change a little bit the css of an input box ?
I've try to add my own classes to the element before creation with widget-tweaks but every styling attribute is being cancel by the default of django-autocomplete-light.
I really just want to set the size of the box to 100% of the parent element and I've been stuck here for 2 days...
Thanks a lot