Skip to content

Commit

Permalink
use date and time picker in new event form
Browse files Browse the repository at this point in the history
  • Loading branch information
lazycipher committed Nov 30, 2020
1 parent b422a86 commit 05d46cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/user/dashboard/news-feed/popups/AddEventModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const AddEventModal = (props) => {
>
<Form.Label className="modal__label">Date</Form.Label>
<Form.Control
type="text"
type="date"
placeholder="YYYY/MM/DD"
onChange={onEventDate}
/>
Expand All @@ -116,7 +116,7 @@ const AddEventModal = (props) => {
>
<Form.Label className="modal__label">Time</Form.Label>
<Form.Control
type="text"
type="time"
placeholder="10:00 AM"
onChange={onEventTime}
/>
Expand Down

0 comments on commit 05d46cb

Please sign in to comment.