Skip to content

Commit dd0047b

Browse files
committed
Fix native calendar sometimes showing on Safari
1 parent 96258ea commit dd0047b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DateTimeInput/NativeInput.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export default function NativeInput({
5555
<input
5656
aria-label={ariaLabel}
5757
disabled={disabled}
58+
hidden
5859
max={maxDate ? nativeValueParser(maxDate) : null}
5960
min={minDate ? nativeValueParser(minDate) : null}
6061
name={name}

0 commit comments

Comments
 (0)