Multi Select

See: https://the-carbon-components.netlify.app/?nav=multi-select

class carbondesign.tags.multi_select.MultiSelect(*args, **kwargs)

Multi Select component.

MODES = ('default', 'inline', 'filterable')

Available variants.

NODE_PROPS = ('light', 'expanded')

Extended Template Tag arguments.

CLASS_AND_PROPS = ('help', 'list', 'trigger')

Prepare xxx_class and xxx_props values.

prepare(values, context)

Prepare values for rendering the templates.

render_default(values, context)

Output html of the component.

render_filterable(values, context)

Output html of the component.

render_inline(values, context)

Output html of the component.

render_tmpl_icon_clear(values, context)

Dynamically render a part of the component’s template.

render_tmpl_icon_menu(values, context)

Dynamically render a part of the component’s template.

render_tmpl_items(values, context)

Dynamically render a part of the component’s template.