We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9518b6 commit 27caadbCopy full SHA for 27caadb
components/date_picker/DatePicker.d.ts
@@ -191,6 +191,10 @@ export interface DatePickerProps extends ReactToolbox.Props {
191
* Date object with the currently selected date.
192
*/
193
value?: Date | string;
194
+ /**
195
+ * Used in case the input is required.
196
+ */
197
+ required?: boolean;
198
}
199
200
export interface DatePickerLocale {
0 commit comments