The date picker component is not functioning as expected in iOS Safari. Users are unable to open the date picker, which impacts their ability to select dates in forms.
Steps to Reproduce:
- Open the application in iOS Safari.
- Navigate to the page with the date picker.
- Tap on the date input field to trigger the date picker.
- Observe that the date picker does not open.
Expected Behavior: The date picker should open when the user taps on the date input field, allowing for date selection.
Actual Behavior: The date picker does not respond when tapped, and no options are displayed.
Suggested Fix: Investigate compatibility issues with the date picker implementation in iOS Safari.
Links
|
if (inputRef.current) inputRef.current.showPicker(); |
The date picker component is not functioning as expected in iOS Safari. Users are unable to open the date picker, which impacts their ability to select dates in forms.
Steps to Reproduce:
Expected Behavior: The date picker should open when the user taps on the date input field, allowing for date selection.
Actual Behavior: The date picker does not respond when tapped, and no options are displayed.
Suggested Fix: Investigate compatibility issues with the date picker implementation in iOS Safari.
Links
tipsync/src/components/Date.input.tsx
Line 12 in 2d257ce