Javier Marquez
Javier Marquez
The logic of closeOnSelect has been refactored for the version 3. This shouldn't happen anymore when it is released.
Are you sure you are importing at least once from `moment-timezone`. Here's an example on how use it https://codesandbox.io/s/happy-snowflake-gbo1b?file=/src/App.js:0-272 ```jsx import * as React from "react"; import "react-datetime/css/react-datetime.css"; import Datetime...
Hey thanks for those insights @onlined Currently there are 2 stateful components: * `DateTime` * `TimeView` And 3 stateless: * `YearView` * `MonthsView` * `DaysView` I'm not against to turn...
Hey @pleunv thanks for your votes! I think accessibility is very important too, we have this issue to keep track of it https://github.com/arqex/react-datetime/issues/415. We are kind of moving away from...
It would be great to make a list with the functionality needed from moment and create a file with an abstraction of that functionality. We can call it dateManager or...
Hey @vahissan ! Thanks for this great PR, I need to find some time to review it :) If you know what's failing with the v7 of npm, can create...
Keeps happening!
Hey, thanks for this great library! It is really nice that its development is still running. I am not an ML expert, and synaptic has helped me so much to...
Yes, probably replacing them by `global.NodeList` should fix it
Sorry about that, the license might file might be deleted in some refactor of the library. I've just added the MIT license file that is the original one.