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/webparts/controlsTest/components/ControlsTest.tsx
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -605,7 +605,14 @@ export default class ControlsTest extends React.Component<IControlsTestProps, IC
605
605
<DateTimePickerlabel="DateTime Picker no seconds"value={newDate()}onChange={(value)=>console.log("DateTimePicker value:",value)}/>
606
606
<DateTimePickerlabel="DateTime Picker (unspecified = date and time)"timeConvention={TimeConvention.Hours24}value={newDate()}onChange={(value)=>console.log("DateTimePicker value:",value)}/>
<DateTimePickerlabel="DateTime Picker date only"showLabels={false}dateConvention={DateConvention.Date}value={newDate()}onChange={(value)=>console.log("DateTimePicker value:",value)}/>
0 commit comments