Skip to content

Commit 177c788

Browse files
committed
Conflit resolution ✅
2 parents 669b979 + 0761692 commit 177c788

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ export default function Playground() {
318318
className="rounded border px-4 py-2 w-full border-gray-200"
319319
id="minDate"
320320
type="date"
321+
max={maxDate}
321322
value={minDate}
322323
onChange={e => {
323324
setMinDate(e.target.value);
@@ -333,6 +334,7 @@ export default function Playground() {
333334
className="rounded border px-4 py-2 w-full border-gray-200"
334335
id="maxDate"
335336
type="date"
337+
min={minDate}
336338
value={maxDate}
337339
onChange={e => {
338340
setMaxDate(e.target.value);

0 commit comments

Comments
 (0)