DateTimePicker icon indicating copy to clipboard operation
DateTimePicker copied to clipboard

Two datepickers in the same form alignment issue

Open madhavprabhu opened this issue 7 years ago • 1 comments

When i try to add two datepickers on the same page , the datepicker get rendered at the last element of the datepicker. It overrides the selected date input box to the last date input.

The e.data.obj is always set for the last date input and not the current input selected.

Please if possible help me out

madhavprabhu avatar Jan 10 '17 13:01 madhavprabhu

Sorry for late reply.

Can you provide a code, so that I can understand your issue. The code should include both input boxes and element on which you have initialized DateTimePicker. Also, mention if you are using any framework.

Please go through example of Dropdown View. Even if you add more inputs to the same page they work well.

nehakadam avatar Jan 15 '17 05:01 nehakadam