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

A lightweight but complete datetime picker react component.

Results 109 react-datetime issues
Sort by recently updated
recently updated
newest added

### Description Fix 'last day of prev month' date selection in DateTime's `_updateDate` method (fixes #804) ### Motivation and Context Inside DateTime's `_updateDate` method, setting the `data-value` before the month/year...

### I'm Submitting a ... ``` [ ] Bug report [ ] Feature request [x] Support request ``` cannon install new react because of not supporting react 18

### I'm Submitting a ... ``` [ X] Bug report [ ] Feature request [ ] Support request ``` ### Steps to Reproduce 1. Install package using npm 2. Insert...

This is a new feature request. If you position the Datetime control towards the bottom of the page, the picker will appear below it and off the page entirely, forcing...

enhancement
help wanted

### Description The strictParsing prop was being ignored when combined with the displayTimeZone prop. [moment-timezone supports strict parsing](https://github.com/moment/momentjs.com/commit/9b1dd27c3fd92ae5af9f6e639dc32b110dc5edb6) so we should pass it in ### Motivation and Context bugfix ###...

when I used the datePicker as control component, its didn't work the way it should work. I gave the value as a props to make DatePicker control component, but it...

### Description When you change the `value` prop to a blank string, Datetime.getSelectedDate() tries to parse the value using the format string. This fails for blank values, and then getSelectedDate()...

### I'm Submitting a ... ``` [ ] Bug report [ ] Feature request [ ] Support request ``` ### Steps to Reproduce ### Expected Results ### Actual Results ###...

### I'm Submitting a ... ``` [ x] Bug report [ ] Feature request [ ] Support request ``` ### Steps to Reproduce An example source code - https://codesandbox.io/s/react-datetime-bug-1r8ihy?file=/src/App.js ###...

When you want to use step, it has bug about min and max values ### Description I wanted to use only step option, but I have to set up min...