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: docusaurus/docs/date-picker/range-date-picker.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,3 +145,7 @@ The edit icon used to toggle between calendar and input. Defaults to `pencil`. Y
145
145
**calendarIcon**
146
146
`Type: string | undefined`
147
147
The edit icon used to toggle between input and calendar. Defaults to `calendar`. You can pass the name of an icon from [MaterialCommunityIcons](https://materialdesignicons.com/).
148
+
149
+
**inputEnabled**
150
+
`Type: boolean | undefined`
151
+
Flag indicating if the component should be enabled or not. Defaults to `true`.
Copy file name to clipboardExpand all lines: docusaurus/docs/date-picker/single-date-picker.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,3 +132,7 @@ The edit icon used to toggle between calendar and input. Defaults to `pencil`. Y
132
132
**calendarIcon**
133
133
`Type: string | undefined`
134
134
The edit icon used to toggle between input and calendar. Defaults to `calendar`. You can pass the name of an icon from [MaterialCommunityIcons](https://materialdesignicons.com/).
135
+
136
+
**inputEnabled**
137
+
`Type: boolean | undefined`
138
+
Flag indicating if the component should be enabled or not. Defaults to `true`.
0 commit comments