arqex / react-datetime

A lightweight but complete datetime picker react component.
2k stars 872 forks source link

Date time picker is working fine in local but not in cloud server once code has been moved #839

Open sivamalini-jman opened 2 years ago

sivamalini-jman commented 2 years ago

I'm Submitting a ...

[ ] Bug report
[ ] Feature request
[ ] Support request

Steps to Reproduce

Expected Results

Actual Results

Minimal Reproduction of the Problem

Other Information (e.g. stacktraces, related issues, suggestions how to fix)

sivamalini-jman commented 2 years ago

<Datetime value={formData.from_time} onChange={(e) => onChangeFromTime(e)} inputProps={{ placeholder: 'From Time' }} />

This is the code we used And there are two Datetime in the same place, could it be a reason for it?

sivamalini-jman commented 2 years ago

Working in local: Screenshot 2022-07-27 191328

Not working in cloud server:

Screenshot 2022-07-27 191452

Even after the text box gets focused it won't open..! help me to sort out this one