Implements Material Design Web Componnet: Select

MDC Select provides Material Design single-option select menus, using the MDC menu. The Select component is fully accessible, and supports RTL rendering.

See: https://material.io/develop/web/components/input-controls/select-menus

class materialweb.tags.select.Select(*args, **kwargs)

Select component.

prepare_attributes(attrs, default)

Prepare html input element’s attributes.

template_filled()

Get formatted literal string for filled Select.

template_outlined()

Get formatted literal string for filled Select.

class materialweb.tags.select.Item(*args, **kwargs)

Select list item.