Compare commits

..

3 Commits

Author SHA1 Message Date
Cory LaViska
0dfef125e0 on second thought 2025-02-03 11:40:23 -05:00
Cory LaViska
22092ed87f Merge branch 'next' into select-tag-fix 2025-02-03 11:36:35 -05:00
Cory LaViska
a091c6cd6b add tag-counter part to wa-select 2025-02-03 11:36:03 -05:00
2 changed files with 1 additions and 2 deletions

View File

@@ -18,7 +18,6 @@ During the alpha period, things might break! We take breaking changes very serio
- Added the `tag` part (and associated exported parts) to `<wa-select>` to allow targeting the tag that shows when more than the max number of visible items have been selected
- Fixed a number of broken event listeners throughout the docs
- Fixed a bug in `<wa-card>` that prevented slots from showing automatically without `with-` attributes
- Fixed a bug in `<wa-select>` that prevented the placeholder color from being customized with the `--wa-form-control-placeholder-color` token
## 3.0.0-alpha.10

View File

@@ -72,7 +72,7 @@
}
&::placeholder {
color: var(--wa-form-control-placeholder-color);
color: var(--wa-form-controls-placeholder-color);
}
}