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

A datetime picker for your React app.

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

Great widget, thanks! When the Time has a leading zero, it does not align with the rest of the digits, the leading zero is lower. ![image](https://user-images.githubusercontent.com/28546239/181277455-484489f4-9e07-4f8c-80b3-642f7ddb3694.png) ..snip.. {endRangeError} .SPHGrid-container {...

bug

I am seeing the following error with react-datetime-picker v3.5.0. Any help resolving this will be appreciated. ``` Unhandled Runtime Error ReferenceError: exports is not defined Call Stack eval node_modules/react-datetime-picker/dist/DateTimePicker.js (8:0)...

help wanted

Have had this working for a while, but something has broken with latest updates of NPM Packages: ("react-datetime-picker": "^3.2.1", Have a datetime picker that calls the handler successfully if the...

- When changing any input using keyboard's up and down arrows, the following warning occurs : ```bash Warning: Failed prop type: Invalid prop `value` of type `number` supplied to `Input`,...

*TLDR:* This is a clone of https://github.com/wojtekmaj/react-date-picker/issues/288 for the `datetime-picker`. The suggested fix solution worked on the 3.5.0 release of `datetime-picker`. ## The bug The issues is that the calendar...

help wanted
question

Can this component be used without the actual calendar picker (only the input field)? I have my own calendar widget and I would like to use display it when the...

enhancement

I'm using react-datetime-picker version 3.5.0 in my React (version 18.1.0) project. I need to show the dates in the date time picker in a given timezone instead of the browser...

Hey, When trying to change the time input value in Chrome by using the mouse scroll, this causes the whole page to scroll up/down. Is there a way of preventing...

I am wondering if anyone has used this with Formik? I tried to use it like this: ``` import React from "react"; import DateTimePicker from "react-datetime-picker"; import { useFormikContext, useField...

Title says it all. Safari 12.03, [email protected] onChange simply does not work.

bug
help wanted