We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
maxDate
1 parent 061dec4 commit 7391504Copy full SHA for 7391504
src/components/Calendar/Days.tsx
@@ -313,7 +313,7 @@ const Days: React.FC<Props> = ({
313
<button
314
type="button"
315
key={index}
316
- disabled={isDateDisabled(index, "previous")}
+ disabled={isDateDisabled(index, "next")}
317
className="flex items-center justify-center text-gray-400 h-12 w-12 lg:w-10 lg:h-10"
318
onClick={() => {
319
onClickNextDays(item);
0 commit comments