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?