This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Closed
Description
Bug report
No CSS gets applied to the elements of of class mdc-evolution-chip-set
and mdc-evolution-chip
.
Steps to reproduce
- Go to https://codepen.io/Sergiu-Starciuc/pen/bGQdgXY
- See that the chips are not displayed properly
Actual behavior
Chips look like simple buttons.
Expected behavior
The elements of the chips should be displayed properly, and not as simple buttons.
Screenshots
Your Environment:
Software | Version(s) |
---|---|
MDC Web | v14.0.0 |
Browser | Chrome 114 |
Operating System | Ubuntu 22.04.2 LTS (Linux 5.15.0-74-generic) |
Additional context
I've noticed that elements with a class starting with the mdc-evolution-chip...
prefix do not have the appropriate CSS applied.
Also, there aren't any ...-evolution-...
entries in the CSS provided at <link rel="stylesheet" href="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css">
.
Possible solution
Include the relevant CSS for "evolution chips" in <link rel="stylesheet" href="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css">
.