Skip to content

Commit 0fc1cd1

Browse files
Update elements/pf-search-input/pf-search-input.ts
Co-authored-by: Adam Johnson <adam.b.johnson1@gmail.com>
1 parent 008164f commit 0fc1cd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)