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

Commit 35697a5

Browse files
feat(select): Add enhanced select variant (#3949)
Adds the leading icon variant to the select. Adds the helper text to the select. Adds the rotating dropdown icon to the select. Adds the enhanced menu version of the select. BREAKING CHANGE: Several adapter APIs were added to support the enhanced variant. The drop-down arrow is now its own element. The change event is now MDCSelect:change for all variants. See the README for full details.
1 parent 19b5152 commit 35697a5

File tree

71 files changed

+8297
-710
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+8297
-710
lines changed

demos/index.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,6 @@
164164
</span>
165165
</a>
166166

167-
<a href="select.html" role="listitem" class="mdc-list-item">
168-
<span class="demo-catalog-list-icon mdc-list-item__graphic"><img src="/images/ic_menu_24px.svg" /></span>
169-
<span class="mdc-list-item__text">
170-
<span class="mdc-list-item__primary-text">Select</span>
171-
<span class="mdc-list-item__secondary-text">Popover selection menus</span>
172-
</span>
173-
</a>
174-
175167
<a href="slider.html" role="listitem" class="mdc-list-item">
176168
<span class="demo-catalog-list-icon mdc-list-item__graphic"><img src="/images/slider.svg" /></span>
177169
<span class="mdc-list-item__text">

demos/select.html

Lines changed: 0 additions & 334 deletions
This file was deleted.

0 commit comments

Comments
 (0)