Skip to content

Commit

Permalink
feat(select): Add enhanced select variant (#3949)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
williamernest authored Oct 26, 2018
1 parent 19b5152 commit 35697a5
Show file tree
Hide file tree
Showing 71 changed files with 8,297 additions and 710 deletions.
8 changes: 0 additions & 8 deletions demos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,6 @@
</span>
</a>

<a href="select.html" role="listitem" class="mdc-list-item">
<span class="demo-catalog-list-icon mdc-list-item__graphic"><img src="/images/ic_menu_24px.svg" /></span>
<span class="mdc-list-item__text">
<span class="mdc-list-item__primary-text">Select</span>
<span class="mdc-list-item__secondary-text">Popover selection menus</span>
</span>
</a>

<a href="slider.html" role="listitem" class="mdc-list-item">
<span class="demo-catalog-list-icon mdc-list-item__graphic"><img src="/images/slider.svg" /></span>
<span class="mdc-list-item__text">
Expand Down
334 changes: 0 additions & 334 deletions demos/select.html

This file was deleted.

Loading

0 comments on commit 35697a5

Please sign in to comment.