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
<DateTimePickerlabel="DateTime Picker (unspecified = date and time)"showSeconds={false}onChange={(value)=>console.log("DateTimePicker value:",value)}/>
316
+
<DateTimePickerlabel="DateTime Picker (unspecified = date and time)"isMonthPickerVisible={false}showSeconds={false}onChange={(value)=>console.log("DateTimePicker value:",value)}/>
317
317
<DateTimePickerlabel="DateTime Picker (unspecified = date and time)"showSeconds={true}onChange={(value)=>console.log("DateTimePicker value:",value)}/>
318
318
<DateTimePickerlabel="DateTime Picker (unspecified = date and time)"timeConvention={TimeConvention.Hours24}onChange={(value)=>console.log("DateTimePicker value:",value)}/>
319
319
<DateTimePickerlabel="DateTime Picker (unspecified = date and time)"value={newDate()}onChange={(value)=>console.log("DateTimePicker value:",value)}/>
0 commit comments