We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0b70d commit 50a398aCopy full SHA for 50a398a
src/components/date-range-picker/date-range-picker.ts
@@ -320,9 +320,8 @@ export default class IgcDateRangePickerComponent extends FormAssociatedRequiredM
320
}
321
/**
322
* Renders chips with custom ranges based on the elements of the array.
323
- * @attr custom-ranges
324
*/
325
- @property({ type: Array, attribute: 'custom-ranges' })
+ @property({ type: Array })
326
public customRanges: CustomDateRange[] = [];
327
328
0 commit comments