class NullBooleanSelect [source] Select widget with options ‘Unknown’, ‘Yes’ and ‘No’
class Textarea [source] Text area: <textarea>...</textarea>
months An optional dict of months to use in the “months” select box. The keys of the dict correspond
class Select [source] Select widget: <select><option ...>...</select>
years An optional list/tuple of years to use in the “year” select box. The default is a list containing the current year and
class PasswordInput [source] Password input: <input type='password' ...>
class CheckboxSelectMultiple [source] Similar to SelectMultiple, but rendered
class DateInput [source] Date input as a simple text box: <input type='text' ..
class NumberInput [source] Text input: <input type="number" ...>
class DateTimeInput [source] Date/time input as a simple text box: <input type='text'
Page 3 of 5