1

Given a model with a CharField, I'd like admin users to be able to pick from a list of suggested values for the CharField, however unlike choices I'd like to allow alternative free-text input.

Is there such a type of form-field I can configure for my ModelAdmin for this model's CharField?

maxm
  • 5,161
  • 7
  • 30
  • 33
  • 1
    This seems to be a duplicate question, please have a look here: https://stackoverflow.com/questions/24783275/django-form-with-choices-but-also-with-freetext-option – Alexander Collins Jan 05 '19 at 23:26
  • Does this answer your question? [Django form with choices but also with freetext option?](https://stackoverflow.com/questions/24783275/django-form-with-choices-but-also-with-freetext-option) – Lomtrur Jul 24 '20 at 12:59

0 Answers0