Skip to content

Commit

Permalink
delete default for multi/range
Browse files Browse the repository at this point in the history
  • Loading branch information
Zedwag committed Sep 6, 2023
1 parent aa4205a commit 5693186
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/devextreme/js/ui/calendar.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ export interface dxCalendarOptions extends EditorOptions<dxCalendar> {
/**
* @docid
* @default null
* @default [] &for(multiple selection mode)
* @default [null,null] &for(range selection mode)
* @public
*/
value?: Date | number | string | Array<Date | number | string>;
Expand Down

0 comments on commit 5693186

Please sign in to comment.