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 008164f commit 0fc1cd1Copy full SHA for 0fc1cd1
elements/pf-search-input/pf-search-input.ts
@@ -122,7 +122,7 @@ export class PfSearchInput extends LitElement {
122
/** Whether the select is disabled */
123
@property({ type: Boolean, reflect: true }) disabled = false;
124
125
- /** Whether the select listbox is expanded */
+ /** Whether the search input's listbox is expanded */
126
@property({ type: Boolean, reflect: true }) expanded = false;
127
128
/**
0 commit comments