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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,16 @@
69
69
"prop": "direction",
70
70
"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"
71
71
},
72
+
{
73
+
"prop": "buttonOnly",
74
+
"version": "2.7.0",
75
+
"description": "Renders the datepicker as a dropdown button instead of a form-control"
76
+
},
77
+
{
78
+
"prop": "buttonVariant",
79
+
"version": "2.7.0",
80
+
"description": "The button variant to use when in `button-only` mode. Has no effect if prop `button-only` is not set"
0 commit comments