Skip to content

Commit

Permalink
✏️ Fix the time input's placeholder typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Balaji Sridharan committed Sep 16, 2024
1 parent d080ec3 commit 81ab24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input_time.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default class InputTime extends Component<
<input
type="time"
className="react-datepicker-time__input"
placeholder="Time1"
placeholder="Time"
name="time-input"
ref={this.inputRef}
onClick={() => {
Expand Down

0 comments on commit 81ab24d

Please sign in to comment.