Skip to content

Date Picker Not Opening on iPhone #7

@IliaKamilov

Description

@IliaKamilov

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:

  1. Open the application in iOS Safari.
  2. Navigate to the page with the date picker.
  3. Tap on the date input field to trigger the date picker.
  4. 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();

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions