Skip to content

Commit fd7eef4

Browse files
naweidnerlkiesow
authored andcommitted
Calendar and Time Input
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)
1 parent e4420dd commit fd7eef4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/Metadata.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@ const Metadata: React.FC<{}> = () => {
542542
disabled={field.readOnly}
543543
dateFunsUtils={DateFnsUtils}
544544
showError={showErrorOnBlur}
545+
autoOk={false}
545546
/>
546547
</div>
547548
);

0 commit comments

Comments
 (0)