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 71425bb commit 008164fCopy full SHA for 008164f
elements/pf-search-input/pf-search-input.ts
@@ -113,7 +113,7 @@ export class PfSearchInput extends LitElement {
113
114
static instances: Set<PfSearchInput> = new Set<PfSearchInput>();
115
116
- /** Accessible label for the select */
+ /** Accessible label for the search input */
117
@property({ attribute: 'accessible-label' }) accessibleLabel?: string;
118
119
/** Multi listbox button text */
0 commit comments