Skip to content

Commit

Permalink
fix(list): use lumina ref for required label property
Browse files Browse the repository at this point in the history
  • Loading branch information
geospatialem committed Dec 4, 2024
1 parent 54e2f0d commit fbc2819
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/calcite-components/src/components/list/list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,10 @@ export class List
* Specifies an accessible name for the component.
*
* When `dragEnabled` is `true` and multiple list sorting is enabled with `group`, specifies the component's name for dragging between lists.
*
* @required
*/
@property() label!: string;
@property() label: string;

/** When `true`, a busy indicator is displayed. */
@property({ reflect: true }) loading = false;
Expand Down

0 comments on commit fbc2819

Please sign in to comment.