diff --git a/elements/pf-select/pf-select.ts b/elements/pf-select/pf-select.ts index e8f52b75f8..29aa901167 100644 --- a/elements/pf-select/pf-select.ts +++ b/elements/pf-select/pf-select.ts @@ -224,6 +224,7 @@ export class PfSelect extends LitElement { const checkboxes = variant === 'checkbox'; const offscreen = typeahead && 'offscreen'; const badge = hasBadge && 'badge'; + const hasSelection = !!(Array.isArray(this.selected) ? this.selected.length : this.selected); return html`
- + ${this.placeholder}