Combo Box
See: https://the-carbon-components.netlify.app/?nav=combo-box
- class carbondesign.tags.combo_box.ComboBox(*args, **kwargs)
Combo Box component.
- WANT_CHILDREN = True
Template Tag needs closing end tag.
- NODE_PROPS = ('light', 'expanded')
Extended Template Tag arguments.
- CLASS_AND_PROPS = ('label', 'help', 'combo', 'list', 'icon')
Prepare xxx_class and xxx_props values.
- 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_tmpl_icon_clear(values, context)
Dynamically render a part of the component’s template.
Dynamically render a part of the component’s template.
- render_tmpl_icon_invalid(values, context)
Dynamically render a part of the component’s template.
- class carbondesign.tags.combo_box.ComboBoxItem(*args, **kwargs)
Combo Box item.
- WANT_CHILDREN = True
Template Tag needs closing end tag.
- NODE_PROPS = ('active',)
Extended Template Tag arguments.
- prepare(values, context)
Prepare values for rendering the templates.
- render_default(values, context)
Output html of the component.