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)"isMonthPickerVisible={false}showSeconds={false}onChange={(value)=>console.log("DateTimePicker value:",value)}/>
406
426
<DateTimePickerlabel="DateTime Picker (unspecified = date and time)"showSeconds={true}onChange={(value)=>console.log("DateTimePicker value:",value)}/>
407
427
<DateTimePickerlabel="DateTime Picker (unspecified = date and time)"timeConvention={TimeConvention.Hours24}onChange={(value)=>console.log("DateTimePicker value:",value)}/>
@@ -801,24 +821,6 @@ export default class ControlsTest extends React.Component<IControlsTestProps, IC
0 commit comments