react-datetime
react-datetime copied to clipboard
A lightweight but complete datetime picker react component.
@Youpinadi Use isSameOrAfter instead of isAfter to use today date.
### I'm Submitting a ... ``` [ ] Bug report [ ] Feature request [ ] Support request ``` ### Steps to Reproduce ### Expected Results ### Actual Results ###...
### Description Just a tiny typo - one letter off, to be exact. ### Motivation and Context To make it easier to read. ### Checklist ``` [/] I have not...
### I'm Submitting a bug in Date value ``` ``` ### Version react-datetime : 3.2.0 moment-timezone : 0.5.43 ### Steps to Reproduce Set the displayTimeZone property value to 'Africa/Cairo' Navigate...
### Description ### Motivation and Context ### Checklist ``` [ ] I have not included any built dist files (us maintainers do that prior to a new release) [ ]...
### I'm Submitting a ... ``` [x] Bug report [ ] Feature request [ ] Support request ``` ### Steps to Reproduce here is the code ``` ``` ### Expected...
I'm working with react-datetime latest version(2.15.0). But closeOnSelect is not working. Date picker is closing after selecting either date or time. ` this.handleTimeChange(event)} dateFormat={"DD MMMM, YYYY"} className={'datepicker'} open={false} closeOnTab={true} viewDate={'Date'}...
Calendar is hidden by parent block with `overflow: hidden`. It would be good, add option for rendering calendar into body and avoid with bug. 
### Description Fixed #826. ### Motivation and Context ### Checklist ``` [ ] I have not included any built dist files (us maintainers do that prior to a new release)...