Skip to content

Commit

Permalink
fix: 🐛 Improve Date field UI
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrecholhot committed Jul 8, 2020
1 parent 47f6214 commit c2457af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/EntryUpdater/EntryUpdater.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ function EntryUpdater(props) {
{...props}
helperText={!isEditing && 'dd/mm/yyyy'}
error={!normalizeDate(newDate).isValid()}
InputLabelProps={{ shrink: true }}
/>
)}
/>
Expand Down

0 comments on commit c2457af

Please sign in to comment.