File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 72
72
"typescript" : " 4.2.4"
73
73
},
74
74
"peerDependencies" : {
75
- "react" : " >= 16.8.0" ,
75
+ "react" : " ^ 16.8 || ^17 .0" ,
76
76
"semantic-ui-react" : " >=0.75.0"
77
77
},
78
78
"resolutions" : {
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ export const basicUsage = () => {
47
47
const maxDate = new Date ( date ( 'Max date' , new Date ( '2030-01-01' ) ) ) ;
48
48
const onlyWeekdays = boolean ( 'Only weekdays (filterDate example)' , false ) ;
49
49
const controlValue = boolean ( 'Control value' , false ) ;
50
+ const error = boolean ( 'Error state' , false ) ;
50
51
const initialValue = controlValue
51
52
? type === 'basic'
52
53
? new Date ( date ( 'Initial value' ) )
@@ -64,6 +65,7 @@ export const basicUsage = () => {
64
65
clearOnSameDateClick = { clearOnSameDateClick }
65
66
clearable = { clearable }
66
67
datePickerOnly = { datePickerOnly }
68
+ error = { error }
67
69
filterDate = { filterDate }
68
70
firstDayOfWeek = { firstDayOfWeek }
69
71
format = { format }
You can’t perform that action at this time.
0 commit comments