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

A datetime picker for your React app.

Results 65 react-datetime-picker issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.26.0 to 7.27.0. Release notes Sourced from @​babel/helpers's releases. v7.27.0 (2025-03-24) Thanks @​ishchhabra and @​vovkasm for your first PRs! :eyeglasses: Spec Compliance babel-generator, babel-parser #16977 Default importAttributesKeyword...

dependencies
javascript

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.26.0 to 7.27.0. Release notes Sourced from @​babel/runtime's releases. v7.27.0 (2025-03-24) Thanks @​ishchhabra and @​vovkasm for your first PRs! :eyeglasses: Spec Compliance babel-generator, babel-parser #16977 Default importAttributesKeyword...

dependencies
javascript

There's a small but important UX issue with this component: once the popup has been opened, the state of the popup gets "stuck" in whatever state it was last in....

stale

I had to add the following to my globals.css to get dark mode working in the calendar view: `.dark .react-calendar { background: #1e1e1e !important; border-color: #444 !important; color: #f5f5f5; }...

We are having a hard time with these imports. As mostly falls back to CJS. To force ESM we tried a few imports: ``` import DateTimePicker, { DateTimePickerProps } from...

question