{% set active_page = 'Select' -%} {% extends "layouts/" + layout + ".html" %} {% block styles %} {% endblock %} {% block content %}
MDC Select provides Material Design single-option and multi-option select menus.
It functions analogously to the browser’s native select element, and includes a gracefully degraded version that can be used in conjunction with the browser’s native element.
Both are fully accessible, and fully RTL-aware.