UNPKG

636 BMarkdownView Raw
1### HTML
2
3Icon from [`carbon-elements`](https://github.com/IBM/carbon-elements) package is now used. Vanilla markup should be migrated to one shown in [carbondesignsystem.com](https://next.carbondesignsystem.com/components/select/code) site. React and other framework variants should reflect the change automatically.
4
5### SCSS
6
7The `data-invalid` attribute has moved to account for the new markup
8
9| Old Class | New Class | Note |
10| -------------------- | ----------------------------------------- | ------- |
11| select[data-invalid] | bx--select-input\_\_wrapper[data-invalid] | Changed |