react-datepicker
react-datepicker copied to clipboard
A simple and reusable datepicker component for React
**Describe the bug** The year and quarter picker is missing some functionality for keyboard navigation. For the year picker you have to press the tab button twice to enter into...
Thank you for allowing us to use your wonderful library. I found a bug when using the `selectsRange` props. When I select startDate and then select a date before that...
Bumps [react-datepicker](https://github.com/Hacker0x01/react-datepicker) from 6.1.0 to 6.2.0. Release notes Sourced from react-datepicker's releases. 6.2.0 What's Changed fix:enhance-code-syntax by @mary139 in Hacker0x01/react-datepicker#4505 enhance code readability and syntax by @mary139 in Hacker0x01/react-datepicker#4506 Update...
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.23.3 to 7.23.10. Release notes Sourced from @babel/eslint-parser's releases. v7.23.10 (2024-01-31) :bug: Bug Fix Other #16240 [eslint] Include field decorators in scope analysis (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16235...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.9 to 7.24.0. Release notes Sourced from @babel/core's releases. v7.24.0 (2024-02-28) Thanks @ajihyf for your first PR! Release post with summary and highlights: https://babeljs.io/7.24.0 :rocket: New Feature...
Hi. Is it possible to connect `react-datepicker` to linkbutton (with dynamic text/content) without showing the input? My linkbutton (rendered as simple ``) changes it's text based on state of other...
Any script from package.json that sets NODE_OPTIONS and/or NODE_ENV will not work in CMD/PowerShell (nor in Git Bash, which on some occasions can help with windows comand line problems). The...
**Describe the bug** When using [email protected] with [email protected] it is not possible to open the datepicker again after the user has clicked outside the field. **To Reproduce** Steps to reproduce...
Hello, I am currently using react-datepicker for my project, using next.js and typescript. I followed an example online ``` const [startDate, setStartDate] = useState(new Date()); const ExampleCustomInput = forwardRef(({ value,...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.15.1 to 5.0.2. Release notes Sourced from webpack-dev-server's releases. v5.0.2 5.0.2 (2024-02-16) Bug Fixes types (#5057) (da2c24d) v5.0.1 5.0.1 (2024-02-13) Bug Fixes avoid using eval in client...