Skip to content

Commit 008164f

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

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
@@ -113,7 +113,7 @@ export class PfSearchInput extends LitElement {
113113

114114
static instances: Set<PfSearchInput> = new Set<PfSearchInput>();
115115

116-
/** Accessible label for the select */
116+
/** Accessible label for the search input */
117117
@property({ attribute: 'accessible-label' }) accessibleLabel?: string;
118118

119119
/** Multi listbox button text */

0 commit comments

Comments
 (0)