Skip to content

Commit 5392396

Browse files
committed
Render date field in scheduling tab as input field
Fixes #1374. The start date field in the scheduling tab of the event modals is rendering like a metadata field. This makes it look like it cannot be edited. This changes it so that the date field always looks like an input field, which is the way it was before.
1 parent 4ebc58b commit 5392396

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/events/partials/ModalTabsAndPages/EventDetailsSchedulingTab.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ const EventDetailsSchedulingTab = ({
305305
yearDropdownItemNumber={2}
306306
dateFormat="P"
307307
popperClassName="datepicker-custom"
308-
className="datepicker-custom-input"
309308
wrapperClassName="datepicker-custom-wrapper"
310309
locale={currentLanguage?.dateLocale}
311310
strictParsing

src/components/events/partials/ModalTabsAndPages/NewSourcePage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ const Schedule = <T extends {
422422
yearDropdownItemNumber={2}
423423
dateFormat="P"
424424
popperClassName="datepicker-custom"
425-
className="datepicker-custom-input"
426425
wrapperClassName="datepicker-custom-wrapper"
427426
locale={currentLanguage?.dateLocale}
428427
strictParsing

0 commit comments

Comments
 (0)