mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 11:09:13 +00:00
fix tag shapes
This commit is contained in:
@@ -11,6 +11,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
|
||||
- Fixed a bug where link buttons could have incorrect `target`, `download`, and `rel` props
|
||||
- Fixed `aria-label` and `aria-labelledby` props in `sl-dialog` and `sl-drawer`
|
||||
- Fixed `tabindex` prop in `sl-menu`
|
||||
- Fixed a bug in `sl-select` where tags would always render as pills
|
||||
|
||||
## 2.0.0-beta.32
|
||||
|
||||
|
||||
@@ -326,7 +326,7 @@ export default class SlSelect extends LitElement {
|
||||
exportparts="base:tag"
|
||||
type="info"
|
||||
size=${this.size}
|
||||
pill=${this.pill}
|
||||
?pill=${this.pill}
|
||||
clearable
|
||||
@click=${this.handleTagInteraction}
|
||||
@keydown=${this.handleTagInteraction}
|
||||
|
||||
Reference in New Issue
Block a user