Skip to content

Commit 84aa5c6

Browse files
author
Donielle Berg
committed
Make flippable prop NOT default to true
1 parent 5f8b29e commit 84aa5c6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

components/date-picker/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ const propTypes = {
4949
};
5050
const defaultProps = {
5151
abbrWeekDayLabels: ['S','M','T','W','T','F','S'],
52-
flippable: true,
5352
formatter (date) {
5453
if(date){
5554
return (date.getMonth()+1) +

components/time-picker/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ const propTypes = {
5050

5151
};
5252
const defaultProps = {
53-
flippable: true,
5453
formatter (date) {
5554
if(date){
5655
return date.toLocaleTimeString(navigator.language, {hour: '2-digit', minute:'2-digit'});

0 commit comments

Comments
 (0)