react-datetime
react-datetime copied to clipboard
A lightweight but complete datetime picker react component.
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...
### 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. 
### 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...