Skip to content

Commit

Permalink
Merge pull request #5092 from qburst/issue-4949/fix/placeholder-typo
Browse files Browse the repository at this point in the history
✏️ Fix the time input's placeholder typo
  • Loading branch information
martijnrusschen authored Sep 16, 2024
2 parents d080ec3 + 81ab24d commit e85adf3
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 e85adf3

Please sign in to comment.