fix(Calendar): should show range prompt after select

This commit is contained in:
陈嘉涵
2020-01-15 18:54:01 +08:00
parent b41abcde48
commit ff09011e0e
7 changed files with 28 additions and 16 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export default {
title: 'Calendar',
weekdays: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
monthTitle: (year: number, month: number) => `${year}/${month}`,
rangePromptText: (maxRange: Number) => `Choose no more than ${maxRange} days`
rangePrompt: (maxRange: Number) => `Choose no more than ${maxRange} days`
},
vanContactCard: {
addText: 'Add contact info'