Is it possible to have the date picker be more keyboard-accessible?
- It looks like the
renderDay method would need to have a <button /> with a tabIndex property inside of each <td> cell.
aria-labels would need to be added
- (Looks more work-intensive) keyboard event listeners to listen for the left and right arrows might be added (to advance the months and not just the days)
Is it possible to have the date picker be more keyboard-accessible?
renderDaymethod would need to have a<button />with a tabIndex property inside of each<td>cell.aria-labelswould need to be added