Class MultipleHiddenInput
Handle <input type="hidden"> for fields that have a list of values.
Declaration
source linkDocumentation
Methods
▶ def format_value(self, value) overrideinherited doc Return a value as it should appear when rendered in a template.
▶ def value_from_datadict(self, data, files, name) overrideinherited doc Given a dictionary of data and this widget's name, return the value of this widget or None if it's not provided.