aforemny / elm-mdc

Elm port of the Material Components for the Web CSS/JS library
https://aforemny.github.io/elm-mdc
Apache License 2.0
354 stars 43 forks source link

Full-width text fields...well, aren't #347

Closed dpinn closed 2 years ago

dpinn commented 3 years ago

image

Tested against commit 713aaa8

dpinn commented 3 years ago

Oddly, it renders properly in the online demo; but not with the elm-mdc.js and material-components-web.css added to the build directory.

berenddeboer commented 2 years ago

Full width was removed.

Notes say:

BREAKING_CHANGE: fullwidth variant has been removed since the changes it made were not part of spec. To achieve "fullwidth", add width: 100% to the component