Custom form widgets.
- class carbondesign.tags.base_widgets.CustomNameInput(attrs=None)
Input widget where you can change html attribute: name.
- get_context(name, value, attrs)
Modify so we can override name attribute.
- class carbondesign.tags.base_widgets.CustomCheckboxInput(attrs=None, check_test=None)
Checkbox widget where you can change html attribute: name.
- class carbondesign.tags.base_widgets.CustomTextarea(attrs=None)
Textarea widget where you can change html attribute: name.
- class carbondesign.tags.base_widgets.CustomTextInput(attrs=None)
TextInput widget where you can change html attribute: name.