Skip to content

Commit 485a8d8

Browse files
Update elements/pf-search-input/pf-search-input.ts
Co-authored-by: Adam Johnson <[email protected]>
1 parent 0fc1cd1 commit 485a8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export class PfSearchInput extends LitElement {
119119
/** Multi listbox button text */
120120
@property({ attribute: 'items-selected-text' }) itemsSelectedText = 'items selected';
121121

122-
/** Whether the select is disabled */
122+
/** Whether the search input is disabled */
123123
@property({ type: Boolean, reflect: true }) disabled = false;
124124

125125
/** Whether the search input's listbox is expanded */

0 commit comments

Comments
 (0)