pull/385/head
Cory LaViska 2021-03-15 08:03:32 -04:00
rodzic 85e2142a56
commit f372e36a79
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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}