Skip to content

Commit

Permalink
fix(components/lists): mark repeater item reorderable property as i…
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-TrevorBurch committed Feb 4, 2025
1 parent cc9b793 commit 0ca80de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ export class SkyRepeaterItemComponent
/**
* Whether users can change the order of the repeater item.
* The repeater component's `reorderable` property must also be set to `true`.
* @internal
*/
@Input()
public reorderable: boolean | undefined = false;
Expand Down

0 comments on commit 0ca80de

Please sign in to comment.