Skip to content

Commit

Permalink
feat(tabs): Add rules for Material
Browse files Browse the repository at this point in the history
  • Loading branch information
marker-dao committed Aug 24, 2023
1 parent 279e132 commit 26d86d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/devextreme/js/ui/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ const Tabs = CollectionWidget.inherit({
},
options: {
useInkRipple: true,
selectOnFocus: false
selectOnFocus: false,
iconPosition: ICON_POSITION.top,
}
}
]);
Expand Down

0 comments on commit 26d86d1

Please sign in to comment.