Questions tagged [react-datetime]
50 questions
0
votes
0 answers
react-datetime plugin returning previous selected date
I am using react-datetime. when select first its returning undefined value if i select date second time its returning date which i selected previous time.Can any one fix this for me. thanks in advance.
Here is my code:
…

Natarajan Nagarajugari
- 384
- 1
- 8
- 24
0
votes
1 answer
Display Datetime picker when grand-parent has overflow: hidden
Let's start with an example:
https://codesandbox.io/s/ym96l09x3j
As you can see, the last column is rendering a DateTime component. However, clicking on the input doesn't show the date picker.
That's because the .ReactTable .rt-td class has a…

Thomas
- 61
- 6
0
votes
1 answer
working with react-datetime
I started to use the React-datetime component and
I have the next command:
this.setState({modalWLStart: value})} />
if I select '2017-07-12…

Jose Cabrera Zuniga
- 2,348
- 3
- 31
- 56
0
votes
1 answer
Webpack loader fails when importing .css in react_on_rails app?
I am trying to use react-datetime on my react-on-rails app. To make the datetime work out of the box, I need to import the CSS mentioned on their GH page.
On my app, I copy/paste the CSS into a file I named DateTime.css:
...
import DateTime from…

Iggy
- 5,129
- 12
- 53
- 87
0
votes
1 answer
How to get defaulValue of YouCanBookMe/react-datetime component?
I am using react-dateTime version"react-datetime": "^2.8.10",
I am using default Value. When i click on edit button i get the default value of react-dateTime. but when i update data and i am not changing the datetime.I want that that…

Sweety
- 730
- 2
- 9
- 19