Skip to content

Commit

Permalink
fix(search): 修复 Picker 的 value 只能在 最大和最小之间
Browse files Browse the repository at this point in the history
  • Loading branch information
SzHeJason committed Jan 2, 2019
1 parent 10dd966 commit 3c90722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/advanced/calendar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default class Index extends Component {
state = {
now: Date.now(),
minDate: '2018/06/11',
maxDate: '2018/12/12',
maxDate: '2020/12/12',
multiCurentDate: {
start: Date.now()
},
Expand Down

0 comments on commit 3c90722

Please sign in to comment.