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

I am using react-datetime in one of my application and recently I got this requirement: Is it possible to have some icon in the input field at right side, by...

### I'm Submitting a ... ``` [x] Bug report [ ] Feature request [?] Support request ``` ### Steps to Reproduce 1. Pass either 'Europe/London' or 'America/New_York' to displayTimeZone prop....

### Description Added `position` prop to show the datepicker above the input feild. It accepts `up` as value ### Motivation and Context This should be helpful when the input field...

### I'm Submitting a ``` [x] Bug report [ ] Feature request [ ] Support request ``` ### Steps to Reproduce Open the datetime component to the `years` view ![Screen...

bug

### Description I have adjusted the logic happening when the `onCloseSelect` prop is set. It now also calls the `onClose` callback if the `open` prop is set to some value....

### I'm Submitting a ... ``` [x] Bug report [ ] Feature request [ ] Support request ``` ### Steps to Reproduce I am using react-datetime's latest version 3.0.4 and...

### I'm Submitting a ... ``` [x] Bug report [ ] Feature request [ ] Support request ``` ### Steps to Reproduce 1. Clicking on the datetime input logs a...

### I'm Submitting a ... ``` [ x ] Bug report [ ] Feature request [ ] Support request ``` ### Steps to Reproduce Use the Datetime component and provide...

Is it possible to custom the view to have the days and time view in one view like shown below. ![Screen Shot 2021-02-27 at 3 03 02 PM](https://user-images.githubusercontent.com/1680655/109402755-5efb5f00-790d-11eb-93a4-218e76d64a26.png)

### Description There is a bug that changing `displayTimeZone` doesn't get the component rerendered. ### Motivation and Context * This is a bug fix. ### Checklist ``` [x] I have...