Skip to content

Commit

Permalink
Calendar and Time Input
Browse files Browse the repository at this point in the history
This may fixes #293
Commented on this Issue:
To point 1: It seems not possible, that the Modal switches to Time-Tab after selecting a Date (Couldn't find anything about that)
To point 2: It is possible, that the Modal doesn't close after selecting a Time, so you don't have to reopen and reselect the Modal, when you accidentally selected the false Time (minutes)
  • Loading branch information
narickmann authored and lkiesow committed Dec 10, 2021
1 parent e4420dd commit fd7eef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/Metadata.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ const Metadata: React.FC<{}> = () => {
disabled={field.readOnly}
dateFunsUtils={DateFnsUtils}
showError={showErrorOnBlur}
autoOk={false}
/>
</div>
);
Expand Down

0 comments on commit fd7eef4

Please sign in to comment.