Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gautam-pahuja authored and martijnrusschen committed Mar 25, 2019
1 parent c177466 commit 07845e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/inputTime.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default class inputTime extends React.Component {
className="react-datepicker-time__input"
placeholder="Time"
name="time-input"
required
value={time}
onChange={ev => {
this.onTimeChange(ev.target.value);
Expand Down

0 comments on commit 07845e4

Please sign in to comment.