Skip to content

Commit 2e9b0ff

Browse files
committed
cleanup
1 parent 537ef72 commit 2e9b0ff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
<div>TIMEPICKER!</div>
21
<SLDSTimepicker
3-
onDateChange = {function(date){
4-
console.log('>>> onDateChange ', date);
2+
onDateChange = {function(date, inputStr){
3+
console.log('>>> onDateChange ', date, ' inputStr: ',inputStr);
54
}}
65
/>

0 commit comments

Comments
 (0)