Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

[MDC Select] Theming doesn't work as described in documentation and the select menu is not listed in web components. #7695

Closed
@TimGeibel

Description

Feature Request

  1. Documentation for the Select Menu should be added to component list. At the moment it's only findable through search.
  2. The theming part in the documentation is not working as described:
    • For theming the documentation says to add: @use '@material/select'; Unfortunately this doesn't work.

Proposed solution

  1. Please add the select menu component to the component list on the left side menu on https://material.io/components?platform=web
  2. Please change the documentation regarding theming to:
@use '@material/select/mixins' as select;

.my-demo-select {
  @include select.filled-density(-2);
}

Alternatives considered

An alternative solution of course would be to make the mdc-select theming possible as described in the documentation.

Metadata

Assignees

No one assigned

    Labels

    Unresolved (Archived)Open and unresolved issues and PRs that were closed due to archiving the repository.feature-request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions