Skip to content

Commit 0fc1cd1

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

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
@@ -122,7 +122,7 @@ export class PfSearchInput extends LitElement {
122122
/** Whether the select is disabled */
123123
@property({ type: Boolean, reflect: true }) disabled = false;
124124

125-
/** Whether the select listbox is expanded */
125+
/** Whether the search input's listbox is expanded */
126126
@property({ type: Boolean, reflect: true }) expanded = false;
127127

128128
/**

0 commit comments

Comments
 (0)