Skip to content

Dates inside datepicker are not accessible using voiceover in ios devices. #968

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
aayugupta20 opened this issue Apr 7, 2025 · 0 comments

Comments

@aayugupta20
Copy link

While using date picker in application, it is found that focus does not reach to individual dates in the calendar while using voiceover hence violating WCAG 2.1.1 criteria. Providing the sample code as how we are rendering Datepicker-

<DateTimePicker
value={value ? new Date(value) : new Date()}
mode="date"
display={Platform.OS === 'ios' ? 'inline' : 'default'}
minimumDate={minDate && new Date(minDate)}
maximumDate={maxDate && new Date(maxDate)}
onChange={(e, val) => {
handlePickerChange(val);
}}
/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant