class NumberInput [source] Text input: <input type="number" ...>
format The format in which this field’s initial value will be displayed. If no format
format_output(rendered_widgets) [source] Given a list of rendered widgets (as strings), returns
class EmailInput [source] Text input: <input type="email" ...>
value_from_datadict(data, files, name) [source] Given a dictionary of data and this widget’s
empty_label If the
render_value Determines whether the widget will have a value filled in when the form is re-displayed after a validation error
decompress(value) [source] This method takes a single “compressed” value from the field and
class HiddenInput [source] Hidden input: <input type='hidden' ...>
Page 4 of 5