react-day-picker icon indicating copy to clipboard operation
react-day-picker copied to clipboard

DayPicker is a customizable date picker component for React. Add date pickers, calendars, and date inputs to your web applications.

Results 91 react-day-picker issues
Sort by recently updated
recently updated
newest added

Hi! I'm not opening new issue because I think it can be somehow related with this one 🙂 So, after updating to 8.3.1 this issue appeared: ![Screenshot 2022-10-05 at 12...

Type: Feature

### Context Fixes https://github.com/gpbl/react-day-picker/issues/1688 by changing the button role to the correct `button` role rather than `gridcell`. Also adds `aria-hidden="true"` on the hidden gridcell div. ### Analysis See GitHub issue:...

In Progress
accessibility

### Context Fix issue #1583, where passing a union type to the `mode` prop of `DayPicker` results in a TypeScript warning that the type of `mode` is incorrect. ### Analysis...

In Progress
Type: Developer Experience

In my use case, I insert markings in specific days that contain additional data. Think of it as bookings or events in a calendar. It could be as simple as...

Type: Documentation

### Bug description Hello 👋 I found a weird behavior when tabbing through elements when there are multiple months, when tabbing from one navigation button, it doesn't focus on the...

Bug
accessibility

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.8 to 20.12.10. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.12.8&new-version=20.12.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

## Description Please provide a brief summary of the changes made in this pull request. Include any relevant context or motivation behind these changes. ## Type of Change - [...

By default the "wrapper" div is focusable via Tab because it has `tabIndex = 0`. Also the `wrapper` div doesn't have any `aria-label` property. So if it has `tabIndex =...