Skip to content

Commit

Permalink
Disable auto complete for date picker
Browse files Browse the repository at this point in the history
  • Loading branch information
Keskimaki committed Sep 2, 2023
1 parent 0a37713 commit 6556dbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/components/NewReportPage/InputOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ export default ({ kandi, extra, parseCSV }) => {
<DatePicker
id="date-picker"
className="date-picker"
autoComplete="off"
style={{ height: '20px', width: '100%' }}
dateFormat="dd.MM.yyyy"
selected={showingDate}
Expand Down

0 comments on commit 6556dbe

Please sign in to comment.