Number Input
See: https://www.carbondesignsystem.com/components/number-input/usage/
The number input component is used for entering numeric values and includes controls for incrementally increasing or decreasing the value.
Overview
Number inputs are similar to text inputs, but contain controls used to increase or decrease an incremental value.
- class carbondesign.tags.number_input.NumberInput(*args, **kwargs)
Number Input component.
- MODES = ('default', 'mobile')
Available variants.
- NODE_PROPS = ('nolabel', 'light')
Extended Template Tag arguments.
- prepare(values, context)
Prepare values for rendering the templates.
- prepare_element_props(props, context)
Prepare html attributes for rendering the form element.
- render_default(values, context)
Output html of the component.
- render_mobile(values, context)
Output html of the component.
- render_tmpl_label(values, context)
Dynamically render a part of the component’s template.
- render_tmpl_icon_invalid(values, context)
Dynamically render a part of the component’s template.
- render_tmpl_btn_incr(values, context)
Dynamically render a part of the component’s template.
- render_tmpl_btn_decr(values, context)
Dynamically render a part of the component’s template.