You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/form-datepicker/package.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,11 @@
64
64
"prop": "direction",
65
65
"description": "Set to the string 'rtl' or 'ltr' to explicitly force the calendar to render in right-to-left or left-ro-right (respectively) mode. Defaults to the resolved locale's directionality"
66
66
},
67
+
{
68
+
"prop": "calendarWidth",
69
+
"version": "2.6.0",
70
+
"description": "Sets the width of the calendar dropdown (see the `b-calendar` prop `width` for details)"
71
+
},
67
72
{
68
73
"prop": "min",
69
74
"description": "The minimum date the calendar will show"
0 commit comments