Hi
I'm looking for a way how to use a multiple valid range in the calendar.
I think, its not possible at the moment.
eg:
validRange:
[
{
start: '2017-07-18',
end: '2017-07-20'
},
{
start: '2017-07-22',
end: '2017-07-24'
}
],
If there isn't an option for this, does anyone have any advice for possible workarounds?
Curious, how would the user navigate between the two validRanges? the prev/next buttons wouldn't work. would you expect them to?
+1
I would be interested in multiple validRanges also. @arshaw Ideally, validRange would not actually limit the calendar navigation, but simply disable those dates. The user could still scroll page through the invalid ranges and back into history, and even see events outside of the validRanges, but could not do anything new outside of the validRanges.
@arshaw we鈥檙e also interested in this specific functionality. We need special functionality where calendar display custom days when user selects them in date-picker. In that case navigation doesn鈥檛 matter for us
Most helpful comment
I would be interested in multiple validRanges also. @arshaw Ideally, validRange would not actually limit the calendar navigation, but simply disable those dates. The user could still scroll page through the invalid ranges and back into history, and even see events outside of the validRanges, but could not do anything new outside of the validRanges.