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 0fc1cd1 commit 485a8d8Copy full SHA for 485a8d8
elements/pf-search-input/pf-search-input.ts
@@ -119,7 +119,7 @@ export class PfSearchInput extends LitElement {
119
/** Multi listbox button text */
120
@property({ attribute: 'items-selected-text' }) itemsSelectedText = 'items selected';
121
122
- /** Whether the select is disabled */
+ /** Whether the search input is disabled */
123
@property({ type: Boolean, reflect: true }) disabled = false;
124
125
/** Whether the search input's listbox is expanded */
0 commit comments