We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf70a4 commit 46bfb59Copy full SHA for 46bfb59
elements/pf-search-input/pf-search-input.ts
@@ -71,9 +71,6 @@ export class PfSearchInput extends LitElement {
71
/** Accessible label for the search input */
72
@property({ attribute: 'accessible-label' }) accessibleLabel?: string;
73
74
- /** Multi listbox button text */
75
- @property({ attribute: 'items-selected-text' }) itemsSelectedText = 'items selected';
76
-
77
/** Whether the search input is disabled */
78
@property({ type: Boolean, reflect: true }) disabled = false;
79
0 commit comments