Skip to content

Commit 46bfb59

Browse files
Update elements/pf-search-input/pf-search-input.ts
Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]>
1 parent faf70a4 commit 46bfb59

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

elements/pf-search-input/pf-search-input.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ export class PfSearchInput extends LitElement {
7171
/** Accessible label for the search input */
7272
@property({ attribute: 'accessible-label' }) accessibleLabel?: string;
7373

74-
/** Multi listbox button text */
75-
@property({ attribute: 'items-selected-text' }) itemsSelectedText = 'items selected';
76-
7774
/** Whether the search input is disabled */
7875
@property({ type: Boolean, reflect: true }) disabled = false;
7976

0 commit comments

Comments
 (0)