element.
* @csspart tags - The container in which multiselect options are rendered.
@@ -478,6 +482,10 @@ export default class SlSelect extends LitElement {
@focus=${this.handleFocus}
@keydown=${this.handleKeyDown}
>
+
+
+
+
${this.displayTags.length
? html` ${this.displayTags} `
@@ -497,6 +505,10 @@ export default class SlSelect extends LitElement {
`
: ''}
+
+
+
+