Skip to content

Commit 50a398a

Browse files
Ivan KitanovIvan Kitanov
authored andcommitted
Removing the attribute for customRanges
1 parent 0d0b70d commit 50a398a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/date-range-picker/date-range-picker.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,8 @@ export default class IgcDateRangePickerComponent extends FormAssociatedRequiredM
320320
}
321321
/**
322322
* Renders chips with custom ranges based on the elements of the array.
323-
* @attr custom-ranges
324323
*/
325-
@property({ type: Array, attribute: 'custom-ranges' })
324+
@property({ type: Array })
326325
public customRanges: CustomDateRange[] = [];
327326

328327
/**

0 commit comments

Comments
 (0)