fix(Calendar): should show range prompt after select
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user