Skip to content

Commit d0ed1db

Browse files
committed
default autoOk value (false)
1 parent c663e35 commit d0ed1db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/time-picker/time-picker.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const TimePicker = React.createClass({
3535
defaultTime: null,
3636
format: 'ampm',
3737
pedantic: false,
38+
autoOk: false,
3839
};
3940
},
4041

0 commit comments

Comments
 (0)