mdehoog / Semantic-UI-Calendar

Calendar module for Semantic UI
MIT License
805 stars 127 forks source link

Range unexpected behavior #86

Open lebart opened 7 years ago

lebart commented 7 years ago

Hello,

When using the range option with some disabled dates, you can select an "invalid" range. For instance the "2017-01-05" is disabled I can still select a range from "2017-01-01" to "2017-01-10".

Isn't it possible to block the selection when trying to select a range containing invalid dates?

Maybe I'm doing something wrong?