Skip to content

Commit

Permalink
Merge pull request #157 from cgtarmenta/main
Browse files Browse the repository at this point in the history
  • Loading branch information
elreco authored Sep 16, 2024
2 parents c084272 + c6af96c commit 9ac4222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VueTailwindDatePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ function asRange() {
}
function inRangeDate(date: Dayjs) {
if (props.disableInRange)
if (props.disableInRange || typeof props.disableDate === 'function')
return false
if (pickerValue.value === '')
return false
Expand Down

0 comments on commit 9ac4222

Please sign in to comment.