prolificinteractive / material-calendarview

A Material design back port of Android's CalendarView
https://prolificinteractive.github.io/material-calendarview/
MIT License
5.91k stars 1.32k forks source link

Can't control the accessibility of each day number #1141

Open omarzgIH opened 1 year ago

omarzgIH commented 1 year ago

I need to disable the focus of each day when using Talkback. This is because I want the user to prevent trying to select a date out of range. Is this possible to solve??

youngsjungg commented 1 year ago

Use setMinimumDate and setMaximumDate to simply let the user select a range of dates.

omarzgIH commented 1 year ago

@youngsjungg is there any way to disable the focus on the elements out of the date range?? Because the screen readers are focusing them.