react-datepicker icon indicating copy to clipboard operation
react-datepicker copied to clipboard

A simple and reusable datepicker component for React

Results 459 react-datepicker issues
Sort by recently updated
recently updated
newest added

Hello. I am in need of style the range in the calendar: a continuous background colour from start to end with border radius at the start/end of the row if...

Hello, I'm not able to set width of datePicker to 100% . The customization is applied to react-datepicker__input-container and input but not react-datepicker-wrapper. ``` import "./DatePickerInput.css"; ``` ``` .containerDatePicker, .containerDatePicker>...

Silly error but it's preventing successful build of React: ERROR in ./node_modules/react-datepicker/dist/react-datepicker-cssmodules.css (./node_modules/css-loader/index.js!./node_modules/postcss-loader/lib/index.js!./node_modules/react-datepicker/dist/react-datepicker-cssmodules.css) Module build failed (from ./node_modules/css-loader/index.js): Missing whitespace before :global (485:1) 483 | background-color: #1d5d90; 484 | }...

Stale

As the title says, this PR is to add support for seconds to the time picker. When using a customTimeInput it will pass HH:mm:ss to the component with this change

**What I'm trying to achieve:** test my component (which is simply a div wrapping around DatePicker to apply some styling) using testing-library **To Reproduce** ```npm run test```: fails with the...

Stale

**Describe the bug** When date picker closes pressing `Escape` or when `shouldCloseOnSelect` property is passed, focus does not return on input **To Reproduce** Steps to reproduce the behavior: 1. Go...

**Describe the bug** For inline date picker when setting`startDate` to`null` date picker loses selected date. The current date has tabindex='-1'. Date picker with input mode works as expected. **To Reproduce**...

Stale

**Describe the bug** When you select a date with keyboard, focus goes to previous selected day. When `open` is `true` **To Reproduce** Steps to reproduce the behavior: 1. Go to...

Stale

**Describe the bug** When using a single datepicker and `selectsRange`, typing just updates `startDate`. **To Reproduce** 1. Use a single datepicker with `selectsRange`. 2. Type both the start and end...

Stale

Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 24.0.0 to 25.0.0. Release notes Sourced from stylelint-config-standard's releases. 25.0.0 Removed: stylelint less than 14.4.0 from peer dependencies. Changed: updated to [email protected] Changelog Sourced from stylelint-config-standard's changelog....

wontfix
dependencies