[Fixed]-How do I set the html label for autocomplete_light

1👍

So the answer was quite simple. I don’t know how to do it within the autocomplete_light class itself but this is a completely suitable solution:

zip = autocomplete_light.ChoiceField('ZipAutocomplete',label='')

Leave a comment