Skip to content

Commit

Permalink
🎨 Fluent: Set default properties value for the documentation (#25895)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raushen authored Oct 27, 2023
1 parent 90390ba commit 8d0c24d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/devextreme/js/ui/scheduler.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,7 @@ export interface dxSchedulerOptions extends WidgetOptions<dxScheduler> {
* @default false
* @default true &for(Android|iOS)
* @default true &for(Material)
* @default true &for(Fluent)
* @public
*/
useDropDownViewSwitcher?: boolean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1601,6 +1601,7 @@ testComponentDefaults(Accordion,
testComponentDefaults(Scheduler,
{},
{
useDropDownViewSwitcher: true,
_appointmentTooltipButtonsPosition: 'top',
_appointmentTooltipOpenButtonText: null,
_appointmentCountPerCell: 1,
Expand Down

0 comments on commit 8d0c24d

Please sign in to comment.