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

Noticed that when I clicked on the time, a log popped up in console `console.log("CLICKING 2!")`. This console.log is present in the following files: dist/react-datetime.cjs.js dist/react-datetime.cjs.js.map dist/react-datetime.umd.js dist/react-datetime.umd.js.map Im not...

Please remove unwanted console log from package like: ``` console.log('CLICKING 2!') ```

### I'm Submitting a ... ``` [ ] Bug report [x] Feature request [ ] Support request ``` ### Expected Results It would add to flexibility of the component if...

enhancement

Hello, i am using ^2.16.3 version When i have more then 1 DateTime Component on same page i am not able to fire onBlur in which i want to close...

hello , it's possible to automatically closed datepicker but by double clicking on day? because closeOnSelect close datepicer when you click one on day ...

### Description - Added ability to navigate the calendar using the TAB key - Added ability to close the calendar by pressing the ESC key when focused on the calendar...

What happened to the license file? It's missing from the repo and the license link at the bottom of the page is broken now: https://github.com/arqex/react-datetime/blob/master/LICENSE.md

``` import React from "react"; import "react-datetime/css/react-datetime.css"; import Datetime from "react-datetime"; export default function App() { return ; } class MyDTPicker extends React.Component { render() { return ; } renderInput(props,...

### Description remove logging text ### Motivation and Context ### Checklist ``` [ ] I have not included any built dist files (us maintainers do that prior to a new...

Because DateTime uses a `div` as a wrapper, the prepend and append for Form Groups does not work when using DateTime Pickers ``` ``` ## Screenshot The append gets moved...