Skip to content

Commit

Permalink
Update list.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
driskull authored Dec 6, 2024
1 parent bea9211 commit 279425d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/calcite-components/src/components/list/list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export class List
/** When `true`, an input appears at the top of the component that can be used by end users to filter `calcite-list-item`s. */
@property({ reflect: true }) filterEnabled = false;

/** Specifies an accessible name for the filter.*/
/** Specifies an accessible name for the filter input field. */
@property({ reflect: true }) filterLabel: string;

/** Placeholder text for the component's filter input field. */
Expand Down

0 comments on commit 279425d

Please sign in to comment.