0

Looking for a way to indicate the string label for Django's autocomplete_light form fields and for some reason I couldn't find it in the documentation.

mavenmaven
  • 11
  • 2

1 Answers1

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='')
mavenmaven
  • 11
  • 2